XX CMake Package
Loading...
Searching...
No Matches
XXLogSymbol.h
Go to the documentation of this file.
1#ifndef XXLogSymbolH
2#define XXLogSymbolH
3
4#include "XXLogExportDef.h"
5
6#include <QString>
7
8namespace XX
9{
12
14 {
15 static const QString Warning;
16 static const QString Attention;
17 static const QString Debug;
18 static const QString Info;
19 };
20} // namespace XX
21
22#endif // NOT XXLogSymbolH
#define XXLOG_DECLSPEC
Definition XXLogExportDef.h:11
Definition XXPopulatedAbstract.h:11
symbols for log messages
Definition XXLogSymbol.h:14
static const QString Debug
Definition XXLogSymbol.h:17
static const QString Attention
Definition XXLogSymbol.h:16
static const QString Warning
Definition XXLogSymbol.h:15
static const QString Info
Definition XXLogSymbol.h:18