|
Raito 0.1
|
Functions | |
| bool | Initialize (bool logDumps) |
| void | Log (const std::string &title, const std::string &msg) |
| void | LogWarning (const std::string &title, const std::string &msg) |
| void | LogError (const std::string &title, const std::string &msg) |
| bool Raito::Core::Debug::Initialize | ( | bool | logDumps | ) |
Logging module initialization function
| logDumps | sets the option to dump a log file when the program exists |
| void Raito::Core::Debug::Log | ( | const std::string & | title, |
| const std::string & | msg ) |
Information loggin function //! Format [Info] title - msg
| title | Title for the log |
| msg | Message of the log |
| void Raito::Core::Debug::LogError | ( | const std::string & | title, |
| const std::string & | msg ) |
Error logging function Format [Error] title - msg
| title | Title for the log |
| msg | Message of the log |
| void Raito::Core::Debug::LogWarning | ( | const std::string & | title, |
| const std::string & | msg ) |
Warning logging function Format [Warning] title - msg
| title | Title for the log |
| msg | Message of the log |