Honeycomb
0.1
Component-Model Framework
|
#include "Honey/Misc/Log.h"
Namespaces | |
honey | |
Global Honeycomb namespace. | |
honey::log | |
Logger methods. | |
honey::log::level | |
Severity levels (default levels) | |
Functions | |
String | honey::log::format (const Level &level, const String &record) |
Format record with date and level id. More... | |
Variables | |
Level | honey::log::level::critical (nullptr,"critical") |
Information describing a critical problem that has occurred. More... | |
Level | honey::log::level::error (nullptr,"error") |
Information describing a major problem that has occurred. More... | |
Level | honey::log::level::warning (nullptr,"warning") |
Information describing a minor problem that has occurred. More... | |
Level | honey::log::level::info (nullptr,"info") |
General information. More... | |
Level | honey::log::level::debug (nullptr,"debug") |
Low-level information for debugging purposes. More... | |