#include "qalogger.h"
#include "params.h"
#include <QFile>
Go to the source code of this file.
|
namespace | QuasarAppUtils |
| The QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group. All methods of the Quasar AppUtils is static.
|
|
◆ MESSAGE_PATTERN
Value: "[%{time MM-dd h:mm:ss.zzz} %{threadid} " \
"%{if-debug}D%{endif}%{if-info}I%{endif}%{if-warning}W%{endif}%{if-critical}C%{endif}%{if-fatal}F%{endif}] " \
"%{message}"
Definition at line 16 of file qalogger.cpp.