aboutsummaryrefslogtreecommitdiffstats
path: root/src/Logging/Logger.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2019-11-17 20:47:04 +0100
committerJF <jf@codingfield.com>2019-11-17 20:47:04 +0100
commit2ea27e0cdac91cd4743d9f12496bb3f911d9efa9 (patch)
treeae6488be1be14c2b83aff6e69a6e622088fb093a /src/Logging/Logger.h
Initial commit
Diffstat (limited to 'src/Logging/Logger.h')
-rw-r--r--src/Logging/Logger.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Logging/Logger.h b/src/Logging/Logger.h
new file mode 100644
index 00000000..95d21dc4
--- /dev/null
+++ b/src/Logging/Logger.h
@@ -0,0 +1,11 @@
+#pragma once
+
+namespace Pinetime {
+ namespace Logging {
+ class Logger {
+ public:
+ virtual void Init() = 0;
+ virtual void Resume() = 0;
+ };
+ }
+} \ No newline at end of file