summaryrefslogtreecommitdiffstats
path: root/common/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/log.h')
-rw-r--r--common/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/log.h b/common/log.h
index 0e92ea9..36b8efe 100644
--- a/common/log.h
+++ b/common/log.h
@@ -14,6 +14,8 @@ enum DebugLevel
14 Error 14 Error
15}; 15};
16 16
17void SINK_EXPORT setPrimaryComponent(const QString &component);
18
17QByteArray SINK_EXPORT debugLevelName(DebugLevel debugLevel); 19QByteArray SINK_EXPORT debugLevelName(DebugLevel debugLevel);
18DebugLevel SINK_EXPORT debugLevelFromName(const QByteArray &name); 20DebugLevel SINK_EXPORT debugLevelFromName(const QByteArray &name);
19 21