|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.logging.log4j.core.pattern.AbstractPatternConverter
public abstract class AbstractPatternConverter
AbstractPatternConverter is an abstract class that provides the formatting functionality that derived classes need.
Conversion specifiers in a conversion patterns are parsed to individual PatternConverters. Each of which is responsible for converting an object in a converter specific manner.
Field Summary | |
---|---|
protected static org.apache.logging.log4j.Logger |
LOGGER
Allow subclasses access to the status logger. |
Fields inherited from interface org.apache.logging.log4j.core.pattern.PatternConverter |
---|
CATEGORY |
Constructor Summary | |
---|---|
protected |
AbstractPatternConverter(String name,
String style)
Create a new pattern converter. |
Method Summary | |
---|---|
String |
getName()
This method returns the name of the conversion pattern. |
String |
getStyleClass(Object e)
This method returns the CSS style class that should be applied to the LoggingEvent passed as parameter, which can be null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.logging.log4j.core.pattern.PatternConverter |
---|
format |
Field Detail |
---|
protected static final org.apache.logging.log4j.Logger LOGGER
Constructor Detail |
---|
protected AbstractPatternConverter(String name, String style)
name
- name for pattern converter.style
- CSS style for formatted output.Method Detail |
---|
public final String getName()
The name can be useful to certain Layouts such as HtmlLayout.
getName
in interface PatternConverter
public String getStyleClass(Object e)
This information is currently used only by HtmlLayout.
getStyleClass
in interface PatternConverter
e
- null values are accepted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.