Uses of Class
com.ibm.websphere.logging.hpel.reader.HpelFormatter
Packages that use HpelFormatter
Package
Description
Provides classes and interfaces for reading log records stored in HPEL format.
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.readerModifier and TypeClassDescriptionclass
A HpelPlainFormatter subclass implementation that provides formatting of RepositoryLogRecord to a format referred to as "Advanced".class
A HpelPlainFormatter subclass implementation that provides formatting of RepositoryLogRecord to a format referred to as "Basic".class
A HpelFormatter subclass implementation that provides formatting of RepositoryLogRecord to a CBE format.class
class
Abstract class for HpelFormatter implementations that have a non-XML based formatMethods in com.ibm.websphere.logging.hpel.reader that return HpelFormatterModifier and TypeMethodDescriptionstatic HpelFormatter
HpelFormatter.getFormatter
(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 HpelFormatterModifierConstructorDescriptionCompatibilityRepositoryExporter
(File outputFile, HpelFormatter formatter) Creates an instance for storing records in a file in a Basic or Advanced text format.CompatibilityRepositoryExporter
(PrintStream out, HpelFormatter formatter) Creates an instance for writing records into a stream in a Basic or Advanced text format.CompatibilityZipRepositoryExporter
(File archiveFile, HpelFormatter formatter) Creates an instance for storing records in a zipped file in a compatibility text format.