Interface LoggerListener
-
- All Superinterfaces:
EventListener
public interface LoggerListener extends EventListener
The LoggerListener interface must be implemented by each component that wants to be notified about log events.- Author:
- Rainer Maximini
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloggerEvent(LoggerEvent event)
-
-
-
Method Detail
-
loggerEvent
void loggerEvent(LoggerEvent event)
- Parameters:
event- The event contains all information about the log message.
-
-