| Interface | Description |
|---|---|
| ConfigurationMBean | |
| LogEventListener |
This interface is implemented by users of the Logger.
|
| LogRecordType |
Define record types used by Logger implementations.
|
| ReplayListener |
Objects that wish to read a log must implement the ReplayListener interface.
|
| Class | Description |
|---|---|
| Configuration |
Provides configuration information for a
Logger
instance. |
| Logger |
Manage a configured set of two or more physical log files.
|
| LogRecord |
LogRecord class used by Logger.replay().
|
| Version |
| Exception | Description |
|---|---|
| InvalidFileSetException |
Exception thrown when LogFileManager.open() detects an
invalid file set.
|
| InvalidLogBufferException |
Exception thrown when Logger detects a journal block
with invalid content.
|
| InvalidLogHeaderException |
Exception thrown when XAJournalReader detects a journal block with an invalid
header.
|
| InvalidLogKeyException |
Exception thrown when XAJournalReader detects a journal block with an invalid
header.
|
| LogClosedException |
Checked exception thrown when put is called after the log has been
closed.
|
| LogConfigurationException | |
| LogException |
Base exception class for HOWL exceptions.
|
| LogFileOverflowException |
Checked exception thrown when the Logger
attempts to switch to an alternate log file that
contains the active mark.
|
| LogRecordSizeException |
Checked exception thrown when the byte[] passed to put
is larger than the configured buffer size.
|
Functionality that is common to any implementation of a logger should be located in this package.
Copyright © 2016 ObjectWeb HOWL. All rights reserved.