Package net.sourceforge.acelogger.formatter

This package contains classes responsible for the formatting of log messages.

See:
          Description


Interface Summary
Formatter A formatting interface that provides the methods needed to format log calls to it's string representation, abstracting the configuration to the framework.
 

Class Summary
BaseFormatter Abstracts all common tasks for Formatter.
EmptyFormatter A implementation of Formatter that do nothing.
MessageOnlyFormatter An implementation of Formatter that formats only the log message, no other LogEvent information is used to format the message.
PatternFormatter TODO: Create Doc.
SimpleFormatter An implementation of Formatter that formats the log message and outputs the date, location and message.
 

Package net.sourceforge.acelogger.formatter Description

This package contains classes responsible for the formatting of log messages.



Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.