Class | Description |
---|---|
ClfLogger |
This implements the DLESE extended form of the combined log format
as documented at
Apache logs docs.
|
ClfLogRecord |
Represents a single log record created by
ClfLogger . |
DebugLogger |
Provides debug logging by wrapping java.util.logging.Logger.
|
DleseLogManager |
Overall log manager.
|
Exception | Description |
---|---|
LogException |
Represents an exception occuring during logging or log parsing.
|