Option for realtime logging with -vv

This commit is contained in:
Thomas Krijnen
2020-08-16 13:37:58 +02:00
parent f2884f9b0f
commit 45c16e5318
3 changed files with 30 additions and 9 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
class IFC_PARSE_API Logger {
public:
typedef enum { LOG_NOTICE, LOG_WARNING, LOG_ERROR } Severity;
typedef enum { LOG_DEBUG, LOG_NOTICE, LOG_WARNING, LOG_ERROR } Severity;
typedef enum { FMT_PLAIN, FMT_JSON } Format;
private: