public class Log4J2InternalLogger extends Object implements InternalLogger
StatusLogger
for non-error conditions, and ErrorHandler for errors. The latter will
limit the number of repetitions of an error message, which is important if there's
a network or related problem that prevents sending messages.| Constructor and Description |
|---|
Log4J2InternalLogger(AbstractAppender<?,?,?,?> appender) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String message) |
void |
error(String message,
Throwable ex) |
void |
warn(String message) |
public Log4J2InternalLogger(AbstractAppender<?,?,?,?> appender)
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 © 2022. All rights reserved.