Package org.log5j.format

Provides concrete implementations of the Format interface to format log messages in various ways.

See:
          Description

Class Summary
PatternFormat The PatternFormat class allows a developer to customise the output of a logger.
SimpleFormat A simple, fixed format for log messages.
XmlFormat An XML format for log messages.
 

Package org.log5j.format Description

Provides concrete implementations of the Format interface to format log messages in various ways.

The requirements for creating your own Format implementation are described in the javadocs for the Format class.

Author:
Bruce Ashton