X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FLevels.hh;h=e53af866ac7fcc4190f3bbde66fb76a3289e9913;hb=4225875220d88a3a1c2b89a7ddae7ac864daa98d;hp=89845da387e60b041e8817f66dd1c75e47c96de6;hpb=e7aa3355bca498de96d75d441865216706e74e3f;p=senf.git diff --git a/Utils/Logger/Levels.hh b/Utils/Logger/Levels.hh index 89845da..e53af86 100644 --- a/Utils/Logger/Levels.hh +++ b/Utils/Logger/Levels.hh @@ -23,8 +23,8 @@ /** \file \brief Levels public header */ -#ifndef HH_Levels_ -#define HH_Levels_ 1 +#ifndef HH_SENF_Utils_Logger_Levels_ +#define HH_SENF_Utils_Logger_Levels_ 1 // Custom includes @@ -41,7 +41,7 @@ namespace log {
VERBOSE
Really verbose %log messages. Messages at this level are used for internal debugging. They should be enabled only selectively within the areas currently under - inspection. The default log stream senf::log::Debug has these messages disabled at + inspection. The default %log stream senf::log::Debug has these messages disabled at compile time by default. To enable them, see \ref config.
NOTICE
Arbitrary unimportant notice. Message which normally should be disabled