| Class | Description |
|---|---|
| AltJUL | |
| CharLogger |
This logger faithfully writes out the log message as is, preserving the character-set encoding.
|
| Factory | |
| Interop | |
| JUL_Handler |
This class wraps the Grey Logger in a JUL handler.
|
| LatinLogger |
This logger optimises away some relatively expensive character handling by assuming the log messages are all 8-bit charsets,
and can be mapped to 1-to-1 to a byte stream.
|
| Logger |
Base class for a range of loggers offering basic log() interfaces, optimised for zero garbagae generation.
|
| MemLogger |
Accumulates log messages as an in-memory string.
|
| MTAltJUL | |
| MTCharLogger |
MT-safe wrapper around its non-MT parent.
|
| MTLatinLogger |
MT-safe wrapper around its non-MT parent.
|
| Parameters | |
| SinkLogger |
Null logger which discards all the messages passed to it.
|
| Enum | Description |
|---|---|
| Logger.LEVEL |
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.