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}
2222import org .slf4j .impl .StaticLoggerBinder
2323
2424/**
25+ * <span class="badge" style="float: right; background-color: #44751E;">DEVELOPER API</span>
2526 * Utility trait for classes that want to log data. Creates a SLF4J logger for the class and allows
2627 * logging messages at different levels using methods that only evaluate parameters lazily if the
2728 * 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.
2832 */
2933trait Logging {
3034 // Make the log field transient so that objects with Logging can
You can’t perform that action at this time.
0 commit comments