X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FLevels.hh;h=21d517660779ab64f91e102de29218c7394767eb;hb=445c71d8d242f4ce3d23d8db8d1faf909943cfec;hp=bb6ce50f275f182a980cdacbe48857cfa32d41cd;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/Utils/Logger/Levels.hh b/Utils/Logger/Levels.hh index bb6ce50..21d5176 100644 --- a/Utils/Logger/Levels.hh +++ b/Utils/Logger/Levels.hh @@ -37,9 +37,9 @@ namespace log { /** \defgroup loglevels Log levels - These are the valid log levels with some additional special values: + These are the valid %log levels with some additional special values: -
VERBOSE
Really verbose log messages. Messages at this level are used for +
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.
@@ -57,22 +57,21 @@ namespace log {
FATAL
Error condition which does terminate program execution or enforces a restart or some kind of re-initialization with loss of state and context.
- There are also some special values which must not be used as a log level: + There are also some special values which must not be used as a %log level: -
DISABLED
Disable all log messages.
+
DISABLED
Disable all %log messages.
-
NONE
Special value which signifies inheritance of the default log +
NONE
Special value which signifies inheritance of the default %log level.
- Log levels are classes, not numbers. Each log level class has a \c value member which gives + Log levels are classes, not numbers. Each %log level class has a \c value member which gives that levels numeric priority. The larger the number, the more important the message is. - \implementation The log levels need to be classes since areas and streams are classes: Since - log arguments (stream, area and level) may appear in any order and number, it is much + \implementation The %log levels need to be classes since areas and streams are classes: Since + %log arguments (stream, area and level) may appear in any order and number, it is much simpler to parse them if they are all of the same type. */ - ///\ingroup loglevels ///\{ /** \brief Log level VERBOSE