Package net.spy.log

Spy Log System

See:
          Description

Interface Summary
Logger Abstract mechanism for dealing with logs from various objects.
 

Class Summary
AbstractLogger Abstract implementation of Logger providing most of the common framework.
DefaultLogger Default logger implementation.
Level Levels for logging.
LineGettingOutputStream An output stream that processes a line at a time.
LoggerFactory Factory to get logger instances.
LoggingOutputStream An OutputStream that logs to a Logger.
MCastListener Listen for multicast messages.
MCastLog Multicast log sender.
MessageOutputStream Send SpyMessages when stuff goes to this OutputStream.
SpyLog The Spy Asynchronous logger.
SpyLogEntry An entry in the spy log.
SpyLogFlusher SpyLogFlusher does the actual work of SpyLog.
SpyLogQueue This class performs the actual queue management for the SpyLog system.
SpyMessage Log message for use in textual logs.
 

Package net.spy.log Description

Spy Log System