File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
core/src/main/scala/org/apache/spark Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,13 @@ import org.slf4j.{Logger, LoggerFactory}
22
22
import org .slf4j .impl .StaticLoggerBinder
23
23
24
24
/**
25
+ * <span class="badge" style="float: right; background-color: #44751E;">DEVELOPER API</span>
25
26
* Utility trait for classes that want to log data. Creates a SLF4J logger for the class and allows
26
27
* logging messages at different levels using methods that only evaluate parameters lazily if the
27
28
* log level is enabled.
29
+ *
30
+ * NOTE: DO NOT USE this class outside of Spark. It is intended as an internal utility.
31
+ * This will likely be changed or removed in future releases.
28
32
*/
29
33
trait Logging {
30
34
// Make the log field transient so that objects with Logging can
You can’t perform that action at this time.
0 commit comments