org.globus.util.log4j
Class PatternLayout

java.lang.Object
  extended byorg.apache.log4j.Layout
      extended byorg.apache.log4j.PatternLayout
          extended byorg.globus.util.log4j.PatternLayout
All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler

public class PatternLayout
extends org.apache.log4j.PatternLayout


Field Summary
 
Fields inherited from class org.apache.log4j.PatternLayout
BUF_SIZE, DEFAULT_CONVERSION_PATTERN, MAX_CAPACITY, TTCC_CONVERSION_PATTERN
 
Fields inherited from class org.apache.log4j.Layout
LINE_SEP, LINE_SEP_LEN
 
Constructor Summary
PatternLayout()
           
 
Method Summary
 boolean ignoresThrowable()
           
 void setIgnoresThrowable(boolean ignoreThrowable)
           
 
Methods inherited from class org.apache.log4j.PatternLayout
activateOptions, createPatternParser, format, getConversionPattern, setConversionPattern
 
Methods inherited from class org.apache.log4j.Layout
getContentType, getFooter, getHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternLayout

public PatternLayout()
Method Detail

setIgnoresThrowable

public void setIgnoresThrowable(boolean ignoreThrowable)

ignoresThrowable

public boolean ignoresThrowable()