public class Logger
extends java.lang.Object
Constructor and Description |
---|
Logger() |
Modifier and Type | Method and Description |
---|---|
static org.slf4j.Logger |
apply(java.lang.Class<?> logClass,
java.lang.String logSource) |
static org.slf4j.Logger |
apply(java.lang.String logger) |
static org.slf4j.Logger |
root()
Returns the SLF4J Root Logger
|
public static org.slf4j.Logger apply(java.lang.String logger)
logger
- - which loggerpublic static 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 static org.slf4j.Logger root()