com.ibm.websphere.logging.hpel.reader

Class HpelPlainFormatter

  1. java.lang.Object
  2. extended bycom.ibm.websphere.logging.hpel.reader.HpelFormatter
  3. extended bycom.ibm.websphere.logging.hpel.reader.HpelPlainFormatter
Direct known subclasses:
HpelAdvancedFormatter, HpelBasicFormatter

  1. public abstract class HpelPlainFormatter
  2. 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

Constructor and Description
HpelPlainFormatter()

Method Summary

Modifier and Type Method and Description
  1. 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

  1. public HpelPlainFormatter()

Method Detail

getHeader

  1. public java.lang.String[] getHeader( )
Gets the file header information. Implementations of the HpelPlainFormatter class will have a non-XML-based header.
Specified by:
Returns:
the formatter's header as a String