diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-07 23:40:52 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-07 23:40:52 +0200 |
commit | 3c05b5816aa0fb978686b0ed16a02336e0981a0e (patch) | |
tree | a05662f3635ac9364c2bde16eea0f915190cfb1f /common/log.h | |
parent | da2b049e248c1ad7efeb53685158a205335e4e36 (diff) | |
download | sink-3c05b5816aa0fb978686b0ed16a02336e0981a0e.tar.gz sink-3c05b5816aa0fb978686b0ed16a02336e0981a0e.zip |
sinksh trace command including autocompletion
The sinksh command allows to easily turn tracing for certain areas on
or off.
Diffstat (limited to 'common/log.h')
-rw-r--r-- | common/log.h | 1 |
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 | ||
17 | void SINK_EXPORT setPrimaryComponent(const QString &component); | 17 | void SINK_EXPORT setPrimaryComponent(const QString &component); |
18 | QSet<QString> SINK_EXPORT debugAreas(); | ||
18 | 19 | ||
19 | QByteArray SINK_EXPORT debugLevelName(DebugLevel debugLevel); | 20 | QByteArray SINK_EXPORT debugLevelName(DebugLevel debugLevel); |
20 | DebugLevel SINK_EXPORT debugLevelFromName(const QByteArray &name); | 21 | DebugLevel SINK_EXPORT debugLevelFromName(const QByteArray &name); |