Honeycomb
0.1
Component-Model Framework
|
Severity levels (default levels) More...
Variables | |
Level | critical (nullptr,"critical") |
Information describing a critical problem that has occurred. More... | |
Level | error (nullptr,"error") |
Information describing a major problem that has occurred. More... | |
Level | warning (nullptr,"warning") |
Information describing a minor problem that has occurred. More... | |
Level | info (nullptr,"info") |
General information. More... | |
Level | debug (nullptr,"debug") |
Low-level information for debugging purposes. More... | |
Severity levels (default levels)
Level honey::log::level::critical |
Information describing a critical problem that has occurred.
Level honey::log::level::debug |
Low-level information for debugging purposes.
Level honey::log::level::error |
Information describing a major problem that has occurred.
Level honey::log::level::info |
General information.
Level honey::log::level::warning |
Information describing a minor problem that has occurred.