com.ibm.websphere.logging.hpel.reader
Class HpelPlainFormatter

java.lang.Object
  extended by com.ibm.websphere.logging.hpel.reader.HpelFormatter
      extended by com.ibm.websphere.logging.hpel.reader.HpelPlainFormatter
Direct Known Subclasses:
HpelAdvancedFormatter, HpelBasicFormatter

public abstract class HpelPlainFormatter
extends HpelFormatter

Abstract class for HpelFormatter implementations that have a non-XML based format


Field Summary
 
Fields inherited from class com.ibm.websphere.logging.hpel.reader.HpelFormatter
FORMAT_ADVANCED, FORMAT_BASIC, FORMAT_CBE101
 
Constructor Summary
HpelPlainFormatter()
           
 
Method Summary
 java.lang.String[] getHeader()
          Gets the file header information.
 
Methods inherited from class com.ibm.websphere.logging.hpel.reader.HpelFormatter
addCustomLevel, addCustomLevel, convertParameters, formatMessage, formatRecord, formatRecord, formatRecord, getFooter, getFormatter, getHeaderProps, getLineSeparator, getLocale, getTimeZoneID, setCustomHeader, setHeaderProps, setLineSeparator, setLocale, setTimeZoneID, translateMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HpelPlainFormatter

public HpelPlainFormatter()
Method Detail

getHeader

public java.lang.String[] getHeader()
Gets the file header information. Implementations of the HpelPlainFormatter class will have a non-XML-based header.

Specified by:
getHeader in class HpelFormatter
Returns:
the formatter's header as a String