Skip to content

Commit e4c76b9

Browse files
committed
Logging
1 parent f390b13 commit e4c76b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/main/scala/org/apache/spark/Logging.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ import org.slf4j.{Logger, LoggerFactory}
2222
import 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
*/
2933
trait Logging {
3034
// Make the log field transient so that objects with Logging can

0 commit comments

Comments
 (0)