X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Flog.hh;h=1e2a2163e119b2988b33312a091375ed2b04a6c6;hp=e6e1a80c980400475e4476e271448f5bfdf75e00;hb=e9a16d767785b1a903a4466ff26265a5f7dae9e5;hpb=6f1b787a10d8ab1a3117a4b8c004dd2d90599608 diff --git a/src/moof/log.hh b/src/moof/log.hh index e6e1a80..1e2a216 100644 --- a/src/moof/log.hh +++ b/src/moof/log.hh @@ -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