summaryrefslogtreecommitdiff
path: root/lib/common/Logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Logging.h')
-rw-r--r--lib/common/Logging.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common/Logging.h b/lib/common/Logging.h
index 9753fc88..78db2bea 100644
--- a/lib/common/Logging.h
+++ b/lib/common/Logging.h
@@ -118,6 +118,7 @@ class Console : public Logger
{
private:
static bool sShowTime;
+ static bool sShowTimeMicros;
static bool sShowTag;
static std::string sTag;
@@ -129,6 +130,7 @@ class Console : public Logger
static void SetTag(const std::string& rTag);
static void SetShowTime(bool enabled);
+ static void SetShowTimeMicros(bool enabled);
};
// --------------------------------------------------------------------------