Class Overview
Pattern layout that will dump the current logging context as a line between the initial log line and stack trace (if any).
The general policy is that the context will be dumped if the log event level is WARN or higher or if a stack trace
has been included in the event.
Summary
|
[Expand]
Inherited Constants |
From class
org.apache.log4j.PatternLayout
| String |
DEFAULT_CONVERSION_PATTERN |
|
| String |
TTCC_CONVERSION_PATTERN |
|
|
|
[Expand]
Inherited Fields |
From class
org.apache.log4j.PatternLayout
|
protected
final
int |
BUF_SIZE |
|
|
protected
final
int |
MAX_CAPACITY |
|
|
From class
org.apache.log4j.Layout
|
public
static
final
String |
LINE_SEP |
|
|
public
static
final
int |
LINE_SEP_LEN |
|
|
|
[Expand]
Inherited Methods |
From class
com.atlassian.confluence.util.PatternLayoutWithStackTrace
|
From class
org.apache.log4j.PatternLayout
|
void
|
activateOptions()
|
|
PatternParser
|
createPatternParser(String arg0)
|
|
String
|
format(LoggingEvent arg0)
|
|
String
|
getConversionPattern()
|
|
boolean
|
ignoresThrowable()
|
|
void
|
setConversionPattern(String arg0)
|
|
From class
org.apache.log4j.Layout
|
abstract
String
|
format(LoggingEvent arg0)
|
|
String
|
getContentType()
|
|
String
|
getFooter()
|
|
String
|
getHeader()
|
|
abstract
boolean
|
ignoresThrowable()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.apache.log4j.spi.OptionHandler
|
abstract
void
|
activateOptions()
|
|
Public Constructors
public
PatternLayoutWithContext
()