Package com.ryanm.logging

The logging subsystem.

See:
          Description

Interface Summary
AssociationListener Interface for objects that wish to be appraised of changes in the associations between sources and sinks
LogSink The end of the journey for a log message
SinkListener The interface for monitoring changes made to a sink
SinkRegistrationListener Objects that want to be notified when LogSinks are registered and deregistered should implement this interface and add themselves to the LoggingManager.
SourceRegistrationListener Objects that want to be notified when logging sources are registered and deregistered should implement this interface and add themselves to the LoggingManager.
 

Class Summary
AbstractSink Eases implementation of LogSinks by handling listener management, change notification, and preferences handling
FileSink Logs messages in human-readable format to the specified file.
LoggingManager The main logging class.
StreamSink Logs messages in human-readable format to the supplied OutputStream.
StringSink Eases implementation of simple LogSinks by handling the conversion of a logMessage to a human-readable String.
 

Package com.ryanm.logging Description

The logging subsystem.