Package org.log5j

Provides the Logger and Level classes, the interface for all Format objects and the abstract base class for all Writer objects.

See:
          Description

Interface Summary
Format Implement this interface to create a new format for a log message.
 

Class Summary
Level A logging level to compare when deciding whether to log a message.
Logger The core class of the log5j package.
Writer Extend this abstract class to create a new writer for log messages.
 

Package org.log5j Description

Provides the Logger and Level classes, the interface for all Format objects and the abstract base class for all Writer objects.

Author:
Bruce Ashton