X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FLevels.hh;h=21d517660779ab64f91e102de29218c7394767eb;hb=25fe79f266e7583750d8e761abec4022d87972b8;hp=9051f9f3c22f46d11642da55dff3454a31561f08;hpb=012a592d56be453719b7fbba492b56ae804c048f;p=senf.git diff --git a/Utils/Logger/Levels.hh b/Utils/Logger/Levels.hh index 9051f9f..21d5176 100644 --- a/Utils/Logger/Levels.hh +++ b/Utils/Logger/Levels.hh @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -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