|
Class Summary |
| DailyFileLogStream |
Complete daily file logging stream. |
| DailyLogStream |
An implementation of the IntervalLogStream with an interval of one day. |
| FileLogStreamFactory |
Opens up files to be used by an IntervalLogStream. |
| HourlyFileLogStream |
Complete hourly file logging stream. |
| HourlyLogStream |
An implementation of the IntervalLogStream with an interval of one hour. |
| IntervalLogStream |
IntervalLogStream writes to an underlying OutputStream that is opened once
per a specific time interval. |
| Log |
General purpose logging class that operates using a hierarchy of Logs and
an event model. |
| LogEvent |
LogEvent captures information that should be logged. |
| LogEventParsingOutputStream |
LogEventParsingOutputStream parses the data written to it and converts it
to LogEvent objects. |
| LogEventParsingWriter |
LogEventParsingWriter parses the data written to it and converts it
to LogEvent objects. |
| LogScribe |
LogScribe is a LogListener that writes log messages to a PrintWriter. |
| LogSerializer |
LogListener serializes LogEvents to an ObjectOutputStream. |
| Syslog |
Contains references to a static Log instance that can be used for general
system-wide logging. |