Start of move to variadic template functions in logger

This commit is contained in:
gabi
2014-10-12 04:38:06 +03:00
parent 535e332dc1
commit f9425bb666
5 changed files with 148 additions and 91 deletions

View File

@@ -14,7 +14,6 @@ typedef enum
WARNING,
ERROR,
CRITICAL,
FATAL,
NONE = 99
} level_enum;