Utility trait for classes that want to log data. Creates a SLF4J logger for the class and allows
logging messages at different levels using methods that only evaluate parameters lazily if the
log level is enabled.
This is a copy of what Spark Previously held in org.apache.spark.Logging. That class is
now private so we will expose similar functionality here.
Utility trait for classes that want to log data. Creates a SLF4J logger for the class and allows logging messages at different levels using methods that only evaluate parameters lazily if the log level is enabled.
This is a copy of what Spark Previously held in org.apache.spark.Logging. That class is now private so we will expose similar functionality here.