org.apache.log4j.pattern
Class ClassNamePatternConverter
java.lang.Object
org.apache.log4j.pattern.PatternConverter
org.apache.log4j.pattern.LoggingEventPatternConverter
org.apache.log4j.pattern.NamePatternConverter
org.apache.log4j.pattern.ClassNamePatternConverter
public final class ClassNamePatternConverter
- extends NamePatternConverter
Formats the class name of the site of the logging request.
- Author:
- Ceki Gülcü
Method Summary |
void |
format(org.apache.log4j.spi.LoggingEvent event,
java.lang.StringBuffer toAppendTo)
Format a logging event. |
static ClassNamePatternConverter |
newInstance(java.lang.String[] options)
Gets an instance of ClassNamePatternConverter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newInstance
public static ClassNamePatternConverter newInstance(java.lang.String[] options)
- Gets an instance of ClassNamePatternConverter.
- Parameters:
options
- options, may be null.
- Returns:
- instance of pattern converter.
format
public void format(org.apache.log4j.spi.LoggingEvent event,
java.lang.StringBuffer toAppendTo)
- Format a logging event.
- Specified by:
format
in class LoggingEventPatternConverter
- Parameters:
event
- event to format.toAppendTo
- string buffer to which class name will be appended.
Copyright © 2010 The Apache Software Foundation. Licensed under the Apache License, Version 2.0
Apache Extras Companion for Apache log4j, Apache log4j and Apache are trademarks of the Apache Software Foundation.