Issue a debug logging message, with an exception.
Issue a debug logging message, with an exception.
Issue a debug logging message.
Issue a debug logging message.
Issue a trace logging message, with an exception.
Issue a trace logging message, with an exception.
Issue a trace logging message.
Issue a trace logging message.
Issue a trace logging message, with an exception.
Issue a trace logging message, with an exception.
Issue a trace logging message.
Issue a trace logging message.
Determine whether debug logging is enabled.
Determine whether debug logging is enabled.
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
Determine whether trace logging is enabled.
Get the Logger
for the class that mixes this trait in.
Get the Logger
for the class that mixes this trait in. The Logger
is created the first time this method is call. The other methods (e.g.,
error
, info
, etc.) call this method to get the logger.
Get the name associated with this logger.
Get the name associated with this logger.
Issue a trace logging message, with an exception.
Issue a trace logging message, with an exception.
Issue a trace logging message.
Issue a trace logging message.
Issue a trace logging message, with an exception.
Issue a trace logging message, with an exception.
Issue a trace logging message.
Issue a trace logging message.
Mix the
Logging
trait into a class to get:- Logging methods - A
Logger
object, accessible via thelog
propertyDoes not affect the public API of the class mixing it in.