PonyPlayer
logger.h
浏览该文件的文档.
1//
2// Created by ColorsWind on 2022/3/24.
3//
4
5#ifndef SOFTWAREENGINEERING_LOGGER_H
6#define SOFTWAREENGINEERING_LOGGER_H
7#include <QtCore>
8
9namespace PonyPlayer {
10 void logMessageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg);
11 QString getLogFile();
12}
13#endif //SOFTWAREENGINEERING_LOGGER_H
Definition: audioformat.hpp:155
QString getLogFile()
Definition: logger.cpp:140
void logMessageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg)
Definition: logger.cpp:136
type
Definition: setup.py:37