net.wgen.op.logging
Class TraceLayout

java.lang.Object
  extended byorg.apache.log4j.Layout
      extended bynet.wgen.op.logging.TraceLayout
All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler

public class TraceLayout
extends org.apache.log4j.Layout

A simple, straight-forward layout for display of a request story.

Version:
$Id: TraceLayout.html,v 1.2 2007/01/28 04:09:37 paulfeuer Exp $
Author:
Paul Feuer, Wireless Generation, Inc.

Field Summary
private static java.text.SimpleDateFormat SDF
           
 
Fields inherited from class org.apache.log4j.Layout
LINE_SEP, LINE_SEP_LEN
 
Constructor Summary
TraceLayout()
           
 
Method Summary
 void activateOptions()
           
 java.lang.String format(org.apache.log4j.spi.LoggingEvent event)
           
 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
 

Field Detail

SDF

private static final java.text.SimpleDateFormat SDF
Constructor Detail

TraceLayout

public TraceLayout()
Method Detail

format

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

ignoresThrowable

public boolean ignoresThrowable()

activateOptions

public void activateOptions()