org.ourgrid.common.security
Class LogMessagesLayout

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

public class LogMessagesLayout
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
LogMessagesLayout()
           
 
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

LogMessagesLayout

public LogMessagesLayout()
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()