aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-02-21 14:52:36 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2017-03-11 15:41:49 +0100
commitc13c7fda5b9f69cd46ba40ac5e6cf1cc4bc7e71d (patch)
treed7ce2f8f124dd3f1efb67709a622cbb34d19d2bc /include
parentad286a23ba8a542afe0095b97caf52320778c5e6 (diff)
downloadlibnitrokey-c13c7fda5b9f69cd46ba40ac5e6cf1cc4bc7e71d.tar.gz
libnitrokey-c13c7fda5b9f69cd46ba40ac5e6cf1cc4bc7e71d.tar.bz2
Comments
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include')
-rw-r--r--include/log.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/log.h b/include/log.h
index 30fc7fa..695884b 100644
--- a/include/log.h
+++ b/include/log.h
@@ -5,11 +5,13 @@
namespace nitrokey {
namespace log {
-
+
+//for MSVC
#ifdef ERROR
#undef ERROR
#endif
+
enum class Loglevel : int { DEBUG_L2, DEBUG, INFO, WARNING, ERROR };
class LogHandler {