Package adams.core.logging
Interface LoggingListener
-
- All Known Implementing Classes:
LogEvent
public interface LoggingListener
For classes that listen to log events.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
logEventOccurred(AbstractLogHandler source, LogRecord record)
Gets called in case of a log event.
-
-
-
Method Detail
-
logEventOccurred
void logEventOccurred(AbstractLogHandler source, LogRecord record)
Gets called in case of a log event.- Parameters:
source
- the handler that sent out the notificationrecord
- the record associated with the log event
-
-