status-desktop/src-cpp/logs.h

8 lines
163 B
C
Raw Normal View History

2022-01-06 19:29:19 +00:00
#pragma once
2022-01-06 19:29:19 +00:00
#include <QDateTime>
#include <QDebug>
#include <QString>
void logFormatter(QtMsgType type, const QMessageLogContext& context, const QString& msg);