MNE-CPP
0.1.9
A Framework for Electrophysiology
|
#include <applicationlogger.h>
Static Public Member Functions | |
static void | customLogWriter (QtMsgType type, const QMessageLogContext &context, const QString &msg) |
The Apllicationlogger provides colorized keywords in terminal outputs for better overview
Definition at line 66 of file applicationlogger.h.
|
static |
Customized logWriter to colorize type of the message in the terminal
[in] | type | Enum to identify the various message types (qDebug, qInfo, qCritical, qWarning and qFatal). |
[in] | context | Context provides information about the source code location. |
[in] | msg | The message to print in the terminal. |
Definition at line 92 of file applicationlogger.cpp.