|
base-logging
|
Classes | |
| class | LogStream |
| class | Logger |
| Logger is a logger that allows priority based logging with minimal impact on performance and minimal configuration requirements. More... | |
Enumerations | |
| enum | Priority { UNKNOWN = 0, UNKNOWN_P = 0, FATAL = 1, FATAL_P =1, ERROR = 2, ERROR_P = 2, WARN = 3, WARN_P = 3, INFO = 4, INFO_P = 4, DEBUG = 5, DEBUG_P = 5, ENDPRIORITIES } |
| enum | LogFormat { DEFAULT = 0, MULTILINE, SHORT, ENDLOGFORMATS } |
1.8.6