FluentUI/example/src/helper/Log.h
朱子楚\zhuzi 1450016c69 update
2023-12-30 20:33:33 +08:00

12 lines
182 B
C++

#ifndef LOG_H
#define LOG_H
#include <QtCore/qstring.h>
namespace Log
{
QString prettyProductInfoWrapper();
void setup(const QString &app,int level = 4);
}
#endif // LOG_H