com.friendshipsystems.fsshresourcemanager
Class FHTMLLogLayout

java.lang.Object
  extended by org.apache.log4j.Layout
      extended by org.apache.log4j.HTMLLayout
          extended by com.friendshipsystems.fsshresourcemanager.FHTMLLogLayout
All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler

public class FHTMLLogLayout
extends org.apache.log4j.HTMLLayout

Class for formatting of HTML logfiles

Author:
FRIENDSHIP SYSTEMS

Field Summary
 
Fields inherited from class org.apache.log4j.HTMLLayout
LOCATION_INFO_OPTION, TITLE_OPTION
 
Fields inherited from class org.apache.log4j.Layout
LINE_SEP, LINE_SEP_LEN
 
Constructor Summary
FHTMLLogLayout()
           
 
Method Summary
 java.lang.String format(org.apache.log4j.spi.LoggingEvent event)
           
 
Methods inherited from class org.apache.log4j.HTMLLayout
activateOptions, getContentType, getFooter, getHeader, getLocationInfo, getTitle, ignoresThrowable, setLocationInfo, setTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FHTMLLogLayout

public FHTMLLogLayout()
Method Detail

format

public java.lang.String format(org.apache.log4j.spi.LoggingEvent event)
Overrides:
format in class org.apache.log4j.HTMLLayout