org.jdiagnose.library.logging
Class MessageOnlyLayout

java.lang.Object
  extended byorg.apache.log4j.Layout
      extended byorg.jdiagnose.library.logging.MessageOnlyLayout
All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler

public class MessageOnlyLayout
extends org.apache.log4j.Layout

Author:
jmccrindle

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

MessageOnlyLayout

public MessageOnlyLayout()
Method Detail

format

public java.lang.String format(org.apache.log4j.spi.LoggingEvent event)

ignoresThrowable

public boolean ignoresThrowable()

activateOptions

public void activateOptions()

setIgnoresThrowable

public void setIgnoresThrowable(boolean ignoresThrowable)


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.