Class ConfluencePatternLayout
- java.lang.Object
-
- org.apache.log4j.Layout
-
- org.apache.log4j.PatternLayout
-
- com.atlassian.confluence.impl.logging.ConfluencePatternLayout
-
- All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler
public final class ConfluencePatternLayout extends org.apache.log4j.PatternLayoutA custom log4j 1.xPatternLayoutwhich provides additional format patterns.- Since:
- 7.14
-
-
Field Summary
Fields Modifier and Type Field Description static charLOGGING_CONTEXT_PATTERN_KEYstatic charSTACK_TRACE_PATTERN_KEY
-
Constructor Summary
Constructors Constructor Description ConfluencePatternLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.log4j.helpers.PatternParsercreatePatternParser(String pattern)booleanignoresThrowable()
-
-
-
Field Detail
-
LOGGING_CONTEXT_PATTERN_KEY
public static final char LOGGING_CONTEXT_PATTERN_KEY
- See Also:
- Constant Field Values
-
STACK_TRACE_PATTERN_KEY
public static final char STACK_TRACE_PATTERN_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
createPatternParser
protected org.apache.log4j.helpers.PatternParser createPatternParser(String pattern)
- Overrides:
createPatternParserin classorg.apache.log4j.PatternLayout
-
ignoresThrowable
public boolean ignoresThrowable()
- Overrides:
ignoresThrowablein classorg.apache.log4j.PatternLayout
-
-