|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.event.slf4j.Logger
public class Logger
Logger is a factory for obtaining SLF4J-Loggers
| Constructor Summary | |
|---|---|
Logger()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Logger()
| Method Detail |
|---|
public static org.slf4j.Logger apply(java.lang.String logger)
logger - - which logger
public 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 stream
public static org.slf4j.Logger root()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||