linphone-desktop/tests/src/app/Logger.hpp

8 lines
164 B
C++

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