nl.knowledgeplaza.util.log4j
Class HTMLLayout

java.lang.Object
  extended by org.apache.log4j.Layout
      extended by org.apache.log4j.HTMLLayout
          extended by nl.knowledgeplaza.util.log4j.HTMLLayout
All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler

public class HTMLLayout
extends org.apache.log4j.HTMLLayout

Better layout of text only events

Author:
user

Field Summary
 
Fields inherited from class org.apache.log4j.HTMLLayout
BUF_SIZE, LOCATION_INFO_OPTION, MAX_CAPACITY, TITLE_OPTION
 
Fields inherited from class org.apache.log4j.Layout
LINE_SEP, LINE_SEP_LEN
 
Constructor Summary
HTMLLayout()
           
 
Method Summary
 java.lang.String format(org.apache.log4j.spi.LoggingEvent loggingEvent)
          improve the layout: - top align the - replace \n with
 
Methods inherited from class org.apache.log4j.HTMLLayout
activateOptions, getContentType, getFooter, getHeader, getLocationInfo, getTitle, ignoresThrowable, setLocationInfo, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLLayout

public HTMLLayout()
Method Detail

format

public java.lang.String format(org.apache.log4j.spi.LoggingEvent loggingEvent)
improve the layout: - top align the - replace \n with

Overrides:
format in class org.apache.log4j.HTMLLayout


Copyright © 2010 KnowledgePlaza. All Rights Reserved.