diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-07 16:06:01 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-07 17:42:25 +0200 |
commit | 9bcb822963fc96c94dbe7dcc4134dcd2dac454ff (patch) | |
tree | 39a946ff8ae7119edb27342e96b65a9785282706 /common/log.h | |
parent | 9bf9c5c6b08fd086f40a39f033293ff02d9e7fd5 (diff) | |
download | sink-9bcb822963fc96c94dbe7dcc4134dcd2dac454ff.tar.gz sink-9bcb822963fc96c94dbe7dcc4134dcd2dac454ff.zip |
Prepared sinksh trace
Diffstat (limited to 'common/log.h')
-rw-r--r-- | common/log.h | 2 |
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 | ||
17 | void SINK_EXPORT setPrimaryComponent(const QString &component); | ||
18 | |||
17 | QByteArray SINK_EXPORT debugLevelName(DebugLevel debugLevel); | 19 | QByteArray SINK_EXPORT debugLevelName(DebugLevel debugLevel); |
18 | DebugLevel SINK_EXPORT debugLevelFromName(const QByteArray &name); | 20 | DebugLevel SINK_EXPORT debugLevelFromName(const QByteArray &name); |
19 | 21 | ||