summaryrefslogtreecommitdiff
path: root/src/logger.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-03-28 22:36:44 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-03-28 22:36:44 +0200
commitd01e13c9dee53c3ab4faf70a215f4d1dcfed9e87 (patch)
tree90975d8502a6c610a58f5d3cd8014bcf8443c0e9 /src/logger.hh
parent87774d8981ae7a079492d8949e205065ba72a8e4 (diff)
MITM SSL Interception support using mbedtls
Diffstat (limited to 'src/logger.hh')
-rw-r--r--src/logger.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/logger.hh b/src/logger.hh
index 8b0db05..3700635 100644
--- a/src/logger.hh
+++ b/src/logger.hh
@@ -12,7 +12,8 @@ public:
enum Level {
ERR,
WARN,
- INFO
+ INFO,
+ DBG
};
static Logger* create_stderr();