Class Summary |
AbstractHandler |
This abstract class provides the core Handler attributes and behavior. |
Formatter |
A Formatter is used to format log records. |
Level |
Contains static logging Levels and provides conversion methods. |
LevelFilter |
A LevelFilter is a filter that establishes a minimum loggable level. |
Logger |
This class defines the basic behavior for a Logger. |
LoggerManager |
|
LoggerWorker |
A LoggerWorker object represents a unit of logging work that is to be
performed asynchronously. |
MemoryHandler |
A Handler for logging messages to the Memory. |
PrintWriterLogAdapter |
An adapter that pipes all incoming data to a specific log topic and level. |
SimpleLogger |
Concrete implementation of a general purpose Logger. |
SimpleLogRecord |
This class is an general implementation of a LogRecord. |
Topic |
Contains static logging Topics and provides a method to obtain the Topic's
name. |
TopicLevelFilter |
A filter designed to restrict logging based on a level and topic. |
ZFilterTest |
Unit Test for the Filter implementations |
ZLevelTest |
Unit Test for the Level Class |
ZMemoryHandlerTest |
Unit Test for the MemoryHandler Class |
ZSimpleLoggerTest |
Unit Test for the SimpleLogger Class |
ZSimpleLogRecordTest |
Unit Test for the SimpleLogRecord Class |
ZTopicTest |
Unit Test for the Topic Class |