org.hardtokenmgmt.ws.server.statistics
Class Log4jStatisticsPatternLayout

java.lang.Object
  extended by org.apache.log4j.Layout
      extended by org.apache.log4j.PatternLayout
          extended by org.hardtokenmgmt.ws.server.statistics.Log4jStatisticsPatternLayout
All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler

public class Log4jStatisticsPatternLayout
extends org.apache.log4j.PatternLayout

Class overriding the PatternLayout by including a header to each file, in order to generate CSV files

Version:
$Id$
Author:
Philip Vendil 27 jun 2009

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
Log4jStatisticsPatternLayout()
           
 
Method Summary
 java.lang.String getHeader()
          Returns a
 
Methods inherited from class org.apache.log4j.PatternLayout
activateOptions, createPatternParser, format, getConversionPattern, ignoresThrowable, setConversionPattern
 
Methods inherited from class org.apache.log4j.Layout
getContentType, getFooter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jStatisticsPatternLayout

public Log4jStatisticsPatternLayout()
Method Detail

getHeader

public java.lang.String getHeader()
Returns a

Overrides:
getHeader in class org.apache.log4j.Layout
See Also:
Layout.getHeader()