summaryrefslogtreecommitdiffstats
path: root/common/log.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-07 16:06:01 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-07 17:42:25 +0200
commit9bcb822963fc96c94dbe7dcc4134dcd2dac454ff (patch)
tree39a946ff8ae7119edb27342e96b65a9785282706 /common/log.h
parent9bf9c5c6b08fd086f40a39f033293ff02d9e7fd5 (diff)
downloadsink-9bcb822963fc96c94dbe7dcc4134dcd2dac454ff.tar.gz
sink-9bcb822963fc96c94dbe7dcc4134dcd2dac454ff.zip
Prepared sinksh trace
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