Package org.oddjob.logging.cache

In memory implementation of Log capture.

See:
          Description

Interface Summary
LogArchiverCache Maintains a collection of LogArchives by archive name.
LogEventSource A source of log events for a polling archiver.
 

Class Summary
AbstractArchiverCache An base implementation of a Cache for LogEvents.
LazyArchiverCache A Cache for Log Events.
LocalConsoleArchiver An implementation of a ConsoleArchiver for the local JVM.
LogArchiveImpl A log archive.
PollingLogArchiver A LogArchiver which maintains it's log archives by polling.
SimpleCounter A counter which counts many things and executes an action when the count of things reaches zero or a thing is first created.
StructuralArchiverCache A Cache for Log Events.
 

Package org.oddjob.logging.cache Description

In memory implementation of Log capture.