Files
StandBatteryView/Logger.h
2025-07-02 18:00:35 +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