49  static void messageOutput(QtMsgType type, 
const QMessageLogContext &context,
 
   54  static QFile *logFile;
 
   60  static QHash<QtMsgType, QString> contextNames;
 
A utility class that provides static methods for logging messages.
Definition logger.h:26
 
static void messageOutput(QtMsgType type, const QMessageLogContext &context, const QString &msg)
Outputs log messages based on their type and context.
Definition logger.cpp:51
 
static void clean()
Cleans up resources used by the logger.
Definition logger.cpp:43
 
static void init()
Initializes the logger.
Definition logger.cpp:22