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
16
namespace
QuasarAppUtils
{
17
45
class
QUASARAPPSHARED_EXPORT
QALogger
46
{
47
public
:
48
QALogger
();
49
~QALogger
();
50
56
void
init();
57
58
};
59
}
60
#endif
// QALOGGER_H
QuasarAppUtils::QALogger
The QALogger class is logger handler for app. This class allow to log all message from app to file.
Definition
qalogger.h:46
QuasarAppUtils
The QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group...
Definition
helpdata.cpp:18
quasarapp_global.h
QUASARAPPSHARED_EXPORT
#define QUASARAPPSHARED_EXPORT
Definition
quasarapp_global.h:9
qalogger.h
Generated by
1.9.8