QuasarAppLib
qalogger.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2024-2025 QuasarApp.
3 * Distributed under the lgplv3 software license, see the accompanying
4 * Everyone is permitted to copy and distribute verbatim copies
5 * of this license document, but changing it is not allowed.
6*/
7
8#ifndef QALOGGER_H
9#define QALOGGER_H
10
11#include "quasarapp_global.h"
12
13#include <QFile>
14#include <QList>
15
16namespace QuasarAppUtils {
17
46{
47public:
48 QALogger();
49 ~QALogger();
50
56 void init();
57
58};
59}
60#endif // QALOGGER_H
The QALogger class is logger handler for app. This class allow to log all message from app to file.
Definition qalogger.h:46
The QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group...
Definition helpdata.cpp:18
#define QUASARAPPSHARED_EXPORT