org.apache.logging.log4j.core.pattern
Class ClassNamePatternConverter
java.lang.Object
org.apache.logging.log4j.core.pattern.AbstractPatternConverter
org.apache.logging.log4j.core.pattern.LogEventPatternConverter
org.apache.logging.log4j.core.pattern.NamePatternConverter
org.apache.logging.log4j.core.pattern.ClassNamePatternConverter
- All Implemented Interfaces:
- PatternConverter
public final class ClassNamePatternConverter
- extends NamePatternConverter
Formats the class name of the site of the logging request.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newInstance
public static ClassNamePatternConverter newInstance(String[] options)
- Gets an instance of ClassNamePatternConverter.
- Parameters:
options
- options, may be null.
- Returns:
- instance of pattern converter.
format
public void format(LogEvent event,
StringBuilder toAppendTo)
- Format a logging event.
- Specified by:
format
in class LogEventPatternConverter
- Parameters:
event
- event to format.toAppendTo
- string buffer to which class name will be appended.
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved. Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.