summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/logger/log.h
diff options
context:
space:
mode:
Diffstat (limited to '2004/i/nono/src/logger/log.h')
-rw-r--r--2004/i/nono/src/logger/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/2004/i/nono/src/logger/log.h b/2004/i/nono/src/logger/log.h
index d089a3b..d2add57 100644
--- a/2004/i/nono/src/logger/log.h
+++ b/2004/i/nono/src/logger/log.h
@@ -41,6 +41,7 @@ class Log : public std::ostream, protected std::streambuf
warning,
info,
debug,
+ verydebug,
nbLevel
};
private: