Package org.apache.logging.log4j.core
Class LogEventListener
- java.lang.Object
-
- org.apache.logging.log4j.core.LogEventListener
-
- All Implemented Interfaces:
EventListener
public class LogEventListener extends Object implements EventListener
Base class for server classes that listen toLogEvent
s. TODO (MS) How is this class any different from Appender?
-
-
Field Summary
Fields Modifier and Type Field Description protected static StatusLogger
LOGGER
-
Constructor Summary
Constructors Modifier Constructor Description protected
LogEventListener()
-
-
-
Field Detail
-
LOGGER
protected static final StatusLogger LOGGER
-
-
Method Detail
-
log
public void log(LogEvent event)
-
-