8 lines
163 B
C
Raw Normal View History

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