defuze.me
Client
|
The tool to write logs. More...
#include <logger.hpp>
Static Public Member Functions | |
static void | log (const QString &message) |
Write message into log file. | |
Friends | |
class | Singleton< Logger > |
The tool to write logs.
The singleton instance is used to write log in a log file. The log file is defined by:
You have to use the static method log() as follow:
Logger::log("You message."); // NewLine character will be added.
Definition at line 37 of file logger.hpp.