org.apache.log4j.pattern
Class IntegerPatternConverter
java.lang.Object
org.apache.log4j.pattern.PatternConverter
org.apache.log4j.pattern.IntegerPatternConverter
public final class IntegerPatternConverter
- extends PatternConverter
Formats an integer.
- Author:
- Curt Arnold
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newInstance
public static IntegerPatternConverter newInstance(String[] options)
- Obtains an instance of pattern converter.
- Parameters:
options
- options, may be null.
- Returns:
- instance of pattern converter.
format
public void format(Object obj,
StringBuffer toAppendTo)
- Formats an object into a string buffer.
- Specified by:
format
in class PatternConverter
- Parameters:
obj
- event to format, may not be null.toAppendTo
- string buffer to which the formatted event will be appended. May not be null.
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.