QuasarAppLib
qalogger.cpp File Reference
#include "qalogger.h"
#include "params.h"
#include <QFile>
Include dependency graph for qalogger.cpp:

Go to the source code of this file.

Namespaces

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.
 

Macros

#define MESSAGE_PATTERN
 

Functions

bool QuasarAppUtils::checkLogType (QtMsgType type, VerboseLvl lvl)
 
void QuasarAppUtils::messageHandler (QtMsgType type, const QMessageLogContext &, const QString &msg)
 

Macro Definition Documentation

◆ MESSAGE_PATTERN

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