Honeycomb  0.1
Component-Model Framework
Namespaces | Functions | Variables
Log.cpp File Reference
#include "Honey/Misc/Log.h"
Include dependency graph for Log.cpp:

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...