summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-02-08 12:20:10 +0000
committerChris Wilson <chris+github@qwirx.com>2014-02-08 12:20:10 +0000
commita559eddb48b19f0d636ce9722d318858997f5e5c (patch)
treeaa9464a284c29e0da509a99ae95861af8255f4b3 /lib
parentbdcfd73c04965dcea09012eeb7eb628884a836b0 (diff)
Allow checking whether console logging is currently tagged.
Diffstat (limited to 'lib')
-rw-r--r--lib/common/Logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/Logging.h b/lib/common/Logging.h
index 3265d41d..f9cc679a 100644
--- a/lib/common/Logging.h
+++ b/lib/common/Logging.h
@@ -248,6 +248,7 @@ class Console : public Logger
static void SetShowTime(bool enabled);
static void SetShowTimeMicros(bool enabled);
static void SetShowPID(bool enabled);
+ static bool GetShowTag() { return sShowTag; }
};
// --------------------------------------------------------------------------