org.oddjob.logging
Interface LogListener

All Known Implementing Classes:
LogModel

public interface LogListener

A Listener that is able to listen to log events.

Author:
Rob Gordon.

Method Summary
 void logEvent(LogEvent logEvent)
          Called when a LogEvent occurs on the thing being listened to.
 

Method Detail

logEvent

void logEvent(LogEvent logEvent)
Called when a LogEvent occurs on the thing being listened to.

Parameters:
logEvent - The LogEvent.