]> Dogcows Code - chaz/yoink/blobdiff - src/moof/log.hh
testing improved runloop scheduling
[chaz/yoink] / src / moof / log.hh
index e6e1a80c980400475e4476e271448f5bfdf75e00..1e2a2163e119b2988b33312a091375ed2b04a6c6 100644 (file)
@@ -50,6 +50,7 @@ public:
                error           = 1,            ///< Log only errors.
                warning         = 2,            ///< Log warnings and errors.
                info            = 3,            ///< Log everything.
+               debug           = 4,            ///< Log absolutely everything.
        };
 
 
@@ -149,6 +150,7 @@ extern std::ostream&        null_log;
 extern class log log_error;
 extern class log log_warning;
 extern class log log_info;
+extern class log log_debug;
 
 
 template <class T>
This page took 0.020152 seconds and 4 git commands to generate.