The underlying logger as provided by slf4j
The underlying logger as provided by slf4j
Log debug message with an exception
Log debug message
Log error message with an exception
Log error message
Format a string using params, if any, otherwise use the string as-is
Format a string using params, if any, otherwise use the string as-is
Log info message with an exception
Log info message
Name of the underlying logger
Log trace message with an exception
Log trace message
Log warning message with an exception
Log warn message
Main Logger API. Base class for loggers
Note: Don't use this class directly, use the com.metamx.common.scala.Logging trait instead.