| Package | Description |
|---|---|
| org.apache.cxf.management.web.logging |
CXF specific logging support.
|
| org.apache.cxf.management.web.logging.atom |
Support for producing logs in
ATOM Syndication Format.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReadWriteLogStorage
Can be used by pull-style loggers to offload/save the records to some external storage
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyFileStorage
Facilitates reading the log entries from the existing log files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AtomPullServer.setStorage(ReadableLogStorage storage) |
Apache CXF