#include <logger.h>
Inherits Singleton< Logger >.
Inheritance diagram for Logger:


Public Member Functions | |
| Logger () | |
| ~Logger () | |
| void | error (string message, bool fatal=false) |
| void | warning (string message) |
| void | debug (string message) |
Definition at line 21 of file logger.h.
| Logger::Logger | ( | ) |
Definition at line 11 of file logger.cpp.
| Logger::~Logger | ( | ) |
Definition at line 15 of file logger.cpp.
| void Logger::error | ( | string | message, | |
| bool | fatal = false | |||
| ) |
If fatal true then exit(1) occurs
Definition at line 19 of file logger.cpp.
References Util::timestamp().
Referenced by Theme::allocateColor(), and XCore::handleErrors().
Here is the call graph for this function:

| void Logger::warning | ( | string | message | ) |
Definition at line 28 of file logger.cpp.
References Util::timestamp().
Referenced by Launcher::execSeq(), and XCore::handleErrors().
Here is the call graph for this function:

| void Logger::debug | ( | string | message | ) |
Definition at line 32 of file logger.cpp.
References Util::timestamp().
Here is the call graph for this function:

1.5.1