org.ourgrid.common.xml
Class XMLLayout

java.lang.Object
  extended by org.apache.log4j.Layout
      extended by org.ourgrid.common.xml.XMLLayout
All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler

public class XMLLayout
extends org.apache.log4j.Layout

Class that determines the format of log messages


Field Summary
 
Fields inherited from class org.apache.log4j.Layout
LINE_SEP, LINE_SEP_LEN
 
Constructor Summary
XMLLayout()
           
 
Method Summary
 void activateOptions()
           
 java.lang.String format(org.apache.log4j.spi.LoggingEvent le)
           
 boolean ignoresThrowable()
           
 
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

XMLLayout

public XMLLayout()
Method Detail

format

public java.lang.String format(org.apache.log4j.spi.LoggingEvent le)
Specified by:
format in class org.apache.log4j.Layout

ignoresThrowable

public boolean ignoresThrowable()
Specified by:
ignoresThrowable in class org.apache.log4j.Layout

activateOptions

public void activateOptions()