com.ibm.websphere.logging.hpel.reader
Uses of Class 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
Modifier and Type | Class and Description |
---|---|
|
HpelAdvancedFormatter
A HpelPlainFormatter subclass implementation that provides formatting of RepositoryLogRecord to a format
referred to as "Advanced".
|
|
HpelBasicFormatter
A HpelPlainFormatter subclass implementation that provides formatting of RepositoryLogRecord to a format
referred to as "Basic".
|
|
HpelCBEFormatter
A HpelFormatter subclass implementation that provides formatting of RepositoryLogRecord to a CBE format.
|
|
HpelPlainFormatter
Abstract class for HpelFormatter implementations that have a non-XML based format
|
Modifier and Type | Method and Description |
---|---|
|
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
Constructor and 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.
|