| Interface | Description |
|---|---|
| LogArchiverCache |
Maintains a collection of
LogArchives by archive name. |
| LogEventSource |
A source of log events for a polling archiver.
|
| Class | Description |
|---|---|
| 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.
|
In memory implementation of Log capture.