public class Logger$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Logger$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
Logger$() |
| Modifier and Type | Method and Description |
|---|---|
org.slf4j.Logger |
apply(java.lang.Class<?> logClass,
java.lang.String logSource) |
org.slf4j.Logger |
apply(java.lang.String logger) |
org.slf4j.Logger |
root()
Returns the SLF4J Root Logger
|
public static final Logger$ MODULE$
public org.slf4j.Logger apply(java.lang.String logger)
logger - - which loggerpublic org.slf4j.Logger apply(java.lang.Class<?> logClass,
java.lang.String logSource)
logClass - - the class to log forlogSource - - the textual representation of the source of this log streampublic org.slf4j.Logger root()