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
|
Modifier and Type | Class and 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 |
HpelPlainFormatter
Abstract class for HpelFormatter implementations that have a non-XML based format
|
Modifier and Type | Method and Description |
---|---|
static HpelFormatter |
HpelFormatter.getFormatter(java.lang.String formatStyle)
Returns the HpelFormatter subclass instance to be used for formatting a RepositoryLogRecord.
|
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.
|