Logger.hpp 246 Bytes
Newer Older
1 2 3 4 5
#ifndef LOGGER_H_
#define LOGGER_H_

#include <QtGlobal>

Ronan Abhamon's avatar
Ronan Abhamon committed
6 7
// =============================================================================

8
void logger (QtMsgType type, const QMessageLogContext &context, const QString &msg);
9 10

#endif // LOGGER_H_