Enumerations | |
enum | eSeverity { debug = 100, info = 200, warning = 300, error = 400, fatal = 500 } |
The eSeverity enum is used to identify severity of the message that was added to the log. More... |
enum nsCLog::eSeverity |
The eSeverity enum is used to identify severity of the message that was added to the log.
Definition at line 453 of file ToolkitUtils.h.