Files
Chm30Utility/Logger.h
2025-03-17 19:12:22 +09:00

10 lines
200 B
C

#ifndef LOGGER_H
#define LOGGER_H
#include <QtGlobal>
QString logMessagePattern();
void logMessageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg);
#endif // LOGGER_H