From: Marcin Siodelski Date: Tue, 12 Aug 2014 12:37:04 +0000 (+0200) Subject: [3507] Updated logging.dox to use KEA_LOGGER_, not B10_LOGGER_. X-Git-Tag: trac3482_base~39^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c989c1ca61193dff3de377b6042ceaf8d0813957;p=thirdparty%2Fkea.git [3507] Updated logging.dox to use KEA_LOGGER_, not B10_LOGGER_. --- diff --git a/src/lib/log/logging.dox b/src/lib/log/logging.dox index dc9c1a7729..89e128c1be 100644 --- a/src/lib/log/logging.dox +++ b/src/lib/log/logging.dox @@ -672,24 +672,24 @@ operation is affected by inadvertently-defined environment variables. The environment variables are:
-
B10_LOGGER_ROOT
+
KEA_LOGGER_ROOT
Sets the "root" for the unit test. If not defined, the name "kea" is used.
-
B10_LOGGER_SEVERITY
+
KEA_LOGGER_SEVERITY
The severity to set for the root logger in the unit test. Valid values are "DEBUG", "INFO", "WARN", "ERROR", "FATAL" and "NONE". If not defined, "INFO" is used.
-
B10_LOGGER_DBGLEVEL
-
If B10_LOGGER_SEVERITY is set to "DEBUG", the debug level. This can +
KEA_LOGGER_DBGLEVEL
+
If KEA_LOGGER_SEVERITY is set to "DEBUG", the debug level. This can be a number between 0 and 99, and defaults to 0.
-
B10_LOGGER_LOCALMSG
+
KEA_LOGGER_LOCALMSG
If defined, points to a local message file. The default is not to use a local message file.
-
B10_LOGGER_DESTINATION
+
KEA_LOGGER_DESTINATION
The location to which log message are written. This can be one of:
  • stdout Message are written to stdout.