public class

PatternLayoutWithContext

extends PatternLayoutWithStackTrace
java.lang.Object
   ↳ org.apache.log4j.Layout
     ↳ org.apache.log4j.PatternLayout
       ↳ com.atlassian.confluence.util.PatternLayoutWithStackTrace
         ↳ com.atlassian.confluence.util.PatternLayoutWithContext

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.

See Also

Summary

[Expand]
Inherited Constants
From class org.apache.log4j.PatternLayout
[Expand]
Inherited Fields
From class org.apache.log4j.PatternLayout
From class org.apache.log4j.Layout
Public Constructors
PatternLayoutWithContext()
[Expand]
Inherited Methods
From class com.atlassian.confluence.util.PatternLayoutWithStackTrace
From class org.apache.log4j.PatternLayout
From class org.apache.log4j.Layout
From class java.lang.Object
From interface org.apache.log4j.spi.OptionHandler

Public Constructors

public PatternLayoutWithContext ()