Interface ILogEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
LogFile, RollingLogFile

public interface ILogEventListener extends EventListener
An interface represents a log event listener. A ILogEventListener is registered to a specific ILogQueue to be notified of created ILogEvents. the log queue will notify all its registered listeners of the logged event. The listener will then proceed to process the event accordingly which will result in a log message existing in some file.
Version:
$Revision$, $Date$