public class LogbackInternalLogger extends Object implements InternalLogger
InternalLogger that passes all messages
to the Logback status buffer.
Instances are provided with the destination for log messages. This is normally the appender itself, and the status buffer will use the appender's class and name in all logging messages. For non-appender use (eg, JMXManager), you will need to provide a destination.
| Constructor and Description |
|---|
LogbackInternalLogger(ch.qos.logback.core.spi.ContextAware destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message) |
void |
error(String message,
Throwable ex) |
void |
warn(String message) |
public LogbackInternalLogger(ch.qos.logback.core.spi.ContextAware destination)
public void debug(String message)
debug in interface InternalLoggerpublic void warn(String message)
warn in interface InternalLoggerpublic void error(String message, Throwable ex)
error in interface InternalLoggerCopyright © 2020. All rights reserved.