Interface LogEventListener
-
public interface LogEventListener- Author:
- sanshriv
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmessageLogged(LogEvent event)Callback listener that will receive event notifications when a log message is published to the server log file.
-
-
-
Method Detail
-
messageLogged
void messageLogged(LogEvent event)
Callback listener that will receive event notifications when a log message is published to the server log file.- Parameters:
event-
-
-