| Interface | Description |
|---|---|
| ReadableLogStorage |
Can be used by pull-style loggers to read the records from some external storage
|
| ReadWriteLogStorage |
Can be used by pull-style loggers to offload/save the records to some external storage
|
| Class | Description |
|---|---|
| LogRecord |
Log entry serializable to XML.
|
| LogRecords |
List of
LogRecords. |
| ReadOnlyFileStorage |
Facilitates reading the log entries from the existing log files.
|
| ReadOnlyFileStorage.FileInfo | |
| ReadOnlyFileStorage.PageInfo |
| Enum | Description |
|---|---|
| LogLevel |
Log level of
LogRecord. |
Apache CXF