summaryrefslogtreecommitdiffstats
path: root/common/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/log.h')
-rw-r--r--common/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/log.h b/common/log.h
index d801ed9..f47a3ae 100644
--- a/common/log.h
+++ b/common/log.h
@@ -15,6 +15,7 @@ enum DebugLevel
15}; 15};
16 16
17void SINK_EXPORT setPrimaryComponent(const QString &component); 17void SINK_EXPORT setPrimaryComponent(const QString &component);
18QSet<QString> SINK_EXPORT debugAreas();
18 19
19QByteArray SINK_EXPORT debugLevelName(DebugLevel debugLevel); 20QByteArray SINK_EXPORT debugLevelName(DebugLevel debugLevel);
20DebugLevel SINK_EXPORT debugLevelFromName(const QByteArray &name); 21DebugLevel SINK_EXPORT debugLevelFromName(const QByteArray &name);