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 <QList>
14
15namespace QuasarAppUtils {
16
21{
22public:
24
28 void init();
29
30
31};
32}
33#endif // QALOGGER_H
The QALogger class is logger handler for app.
Definition qalogger.h:21
The QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group...
Definition helpdata.cpp:18
#define QUASARAPPSHARED_EXPORT