|
Class Summary |
| BasicFilterLog |
A basic implementation of FilterLog. |
| BasicLog |
A basic implementation of the Log interface. |
| Listenable<E> |
A Listenable is an object of interest. |
| LogGatherFlush |
Class that supports printing of logged events in a separate thread. |
| LogGatherListen |
Class that prints log contents using the Listener interface. |
| LogGatherPoll |
Polls a log in a separate thread, periodically printing recent log data. |
| LogGatherProgress |
Marks progress by waiting for a designated event e to be generated by each of a number
of logs. |
| LogRecord |
A LogRecord describes a logged event. |
| NullLog |
A Log that discards all elements added to it. |
| SplitLog |
A SplitLog operates on two child logs. |