Parcourir la source

[3507] Updated logging.dox to use KEA_LOGGER_, not B10_LOGGER_.

Marcin Siodelski il y a 10 ans
Parent
commit
c989c1ca61
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      src/lib/log/logging.dox

+ 6 - 6
src/lib/log/logging.dox

@@ -672,24 +672,24 @@ operation is affected by inadvertently-defined environment variables. The
 environment variables are:
 environment variables are:
 
 
 <dl>
 <dl>
-<dt>B10_LOGGER_ROOT</dt>
+<dt>KEA_LOGGER_ROOT</dt>
 <dd>Sets the "root" for the unit test.  If not defined, the name "kea"
 <dd>Sets the "root" for the unit test.  If not defined, the name "kea"
 is used.</dd>
 is used.</dd>
 
 
-<dt>B10_LOGGER_SEVERITY</dt>
+<dt>KEA_LOGGER_SEVERITY</dt>
 <dd>The severity to set for the root logger in the unit test.
 <dd>The severity to set for the root logger in the unit test.
 Valid values are "DEBUG", "INFO", "WARN", "ERROR", "FATAL" and "NONE".
 Valid values are "DEBUG", "INFO", "WARN", "ERROR", "FATAL" and "NONE".
 If not defined, "INFO" is used.</dd>
 If not defined, "INFO" is used.</dd>
 
 
-<dt>B10_LOGGER_DBGLEVEL</dt>
-<dd>If B10_LOGGER_SEVERITY is set to "DEBUG", the debug level.  This can
+<dt>KEA_LOGGER_DBGLEVEL</dt>
+<dd>If KEA_LOGGER_SEVERITY is set to "DEBUG", the debug level.  This can
 be a number between 0 and 99, and defaults to 0.</dd>
 be a number between 0 and 99, and defaults to 0.</dd>
 
 
-<dt>B10_LOGGER_LOCALMSG</dt>
+<dt>KEA_LOGGER_LOCALMSG</dt>
 <dd>If defined, points to a local message file.  The default is not to
 <dd>If defined, points to a local message file.  The default is not to
 use a local message file.</dd>
 use a local message file.</dd>
 
 
-<dt>B10_LOGGER_DESTINATION</dt>
+<dt>KEA_LOGGER_DESTINATION</dt>
 <dd>The location to which log message are written.  This can be one of:
 <dd>The location to which log message are written.  This can be one of:
 <ul>
 <ul>
 <li><b>stdout</b> Message are written to stdout.</li>
 <li><b>stdout</b> Message are written to stdout.</li>