Interface | Description |
---|---|
LogReader |
An interface for objects that know how to read log files.
|
LogRecord |
Interface for entries in the log.
|
LogWriter |
An interface for objects that know how to write log entries.
|
Class | Description |
---|---|
AbstractLogReader |
Abstract base class for LogReader implementations.
|
AbstractLogWriter |
Abstract base class for log writer implementations.
|
CommandsRecord |
A commands record.
|
ConfigRecord |
A configuration record.
|
EndLogRecord |
Marker record at the end of the log.
|
FileLogReader |
A log reader that reads from a file.
|
FileLogWriter |
A class for writing the kernel log to a file.
|
InitialConditionsRecord |
An initial conditions record.
|
LogExtractor |
A class for viewing log files.
|
Logger |
System-wide logging facilities.
|
LogViewer |
A class for viewing log files.
|
PerceptionRecord |
A perception record.
|
StartLogRecord |
Marker record at the start of the log.
|
StreamLogReader |
An class for reading kernel logs from a stream.
|
StreamLogWriter |
A class for writing the kernel log to an output stream.
|
UpdatesRecord |
An updates record.
|
Enum | Description |
---|---|
RecordType |
Enumeration of possible record types in a log file.
|
Exception | Description |
---|---|
LogException |
Logging exceptions.
|