Package | Description |
---|---|
org.apache.log4j |
An rather minimal but sufficient implementation redirecting all
calls to a log4j logger to a logback logger.
|
org.slf4j.impl |
Implementations of core logging interfaces defined in the
org.slf4j package. |
Modifier and Type | Method and Description |
---|---|
void |
Appender.doAppend(LoggingEvent event)
Log in
Appender specific way. |
Modifier and Type | Method and Description |
---|---|
private LoggingEvent |
Log4jLoggerAdapter.toLog4jEvent(LoggingEvent event,
Level log4jLevel) |