net.sourceforge.acelogger.formatter
Class PatternFormatter
java.lang.Object
net.sourceforge.acelogger.formatter.BaseFormatter
net.sourceforge.acelogger.formatter.PatternFormatter
- All Implemented Interfaces:
- Formatter, Identifiable
public class PatternFormatter
- extends BaseFormatter
TODO: Create Doc.
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Zardi (https://sourceforge.net/users/daniel_zardi)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternFormatter
public PatternFormatter(String identifier,
String pattern)
PatternFormatter
public PatternFormatter(String identifier,
String pattern,
boolean shouldPrintStackTrace)
PatternFormatter
public PatternFormatter(String identifier,
String pattern,
boolean shouldPrintStackTrace,
TextInterpolator formatInterpolator,
TextInterpolator messageInterpolator)
formatLogCall
public String formatLogCall(LogEvent call)
- Description copied from interface:
Formatter
- Formats a log call to it's string representation.
- Parameters:
call
- The log call, containing the message, parameters and log location information.
- Returns:
- The string representation of the log call.
Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.