|
Joutsen Logging v0.5.0+22-gec3d058
|
Defines the interface for actual writers of log entries. More...
Public Member Functions | |
| void | Log (LogRecord record) |
Properties | |
| Filter | Filter [get, set] |
| An optional filter which determines if the record is handled by this handler. More... | |
| Formatter | Formatter [get, set] |
| he formatter to be used to create the log entries which are written. More... | |
| Encoding | Encoding [get, set] |
| The encoding of the output. More... | |
Defines the interface for actual writers of log entries.
| void Joutsen.Logging.Handler.Log | ( | LogRecord | record | ) |
|
getset |
The encoding of the output.
Implemented in Joutsen.Logging.BufferedHandler, Joutsen.Logging.FileRotationHandler, and Joutsen.Logging.StreamHandler.
|
getset |
An optional filter which determines if the record is handled by this handler.
Implemented in Joutsen.Logging.BufferedHandler, Joutsen.Logging.FileRotationHandler, and Joutsen.Logging.StreamHandler.
|
getset |
he formatter to be used to create the log entries which are written.
Implemented in Joutsen.Logging.BufferedHandler, Joutsen.Logging.FileRotationHandler, and Joutsen.Logging.StreamHandler.