Uses of Class
com.ibm.websphere.logging.hpel.reader.HpelFormatter
-
Packages that use HpelFormatter Package Description com.ibm.websphere.logging.hpel.reader Provides classes and interfaces for reading log records stored in HPEL format.com.ibm.websphere.logging.hpel.writer Set of classes and interfaces to store log records on disk -
-
Uses of HpelFormatter in com.ibm.websphere.logging.hpel.reader
Subclasses of HpelFormatter in com.ibm.websphere.logging.hpel.reader Modifier and Type Class Description class
HpelAdvancedFormatter
A HpelPlainFormatter subclass implementation that provides formatting of RepositoryLogRecord to a format referred to as "Advanced".class
HpelBasicFormatter
A HpelPlainFormatter subclass implementation that provides formatting of RepositoryLogRecord to a format referred to as "Basic".class
HpelCBEFormatter
A HpelFormatter subclass implementation that provides formatting of RepositoryLogRecord to a CBE format.class
HpelJsonFormatter
class
HpelPlainFormatter
Abstract class for HpelFormatter implementations that have a non-XML based formatMethods in com.ibm.websphere.logging.hpel.reader that return HpelFormatter Modifier and Type Method Description static HpelFormatter
HpelFormatter. getFormatter(java.lang.String formatStyle)
Returns the HpelFormatter subclass instance to be used for formatting a RepositoryLogRecord. -
Uses of HpelFormatter in com.ibm.websphere.logging.hpel.writer
Constructors in com.ibm.websphere.logging.hpel.writer with parameters of type HpelFormatter Constructor Description CompatibilityRepositoryExporter(java.io.File outputFile, HpelFormatter formatter)
Creates an instance for storing records in a file in a Basic or Advanced text format.CompatibilityRepositoryExporter(java.io.PrintStream out, HpelFormatter formatter)
Creates an instance for writing records into a stream in a Basic or Advanced text format.CompatibilityZipRepositoryExporter(java.io.File archiveFile, HpelFormatter formatter)
Creates an instance for storing records in a zipped file in a compatibility text format.
-