]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Merge branch 'master' into trac1024
authorStephen Morris <stephen@isc.org>
Thu, 7 Jul 2011 15:47:57 +0000 (16:47 +0100)
committerStephen Morris <stephen@isc.org>
Thu, 7 Jul 2011 15:47:57 +0000 (16:47 +0100)
1  2 
src/lib/log/logger_support.h

index 7dc0c28e761a74d9a4caba17c5e51738faa34300,cf83abcb32765c16e6e3a794e20418fa6015d07e..1027e089cc5b6d45a47b9ad6463b41ab02a4d9f7
@@@ -76,15 -76,15 +76,15 @@@ void initLogger(const std::string& root
  /// "DEBUG", "INFO", "WARN", "ERROR", "FATAL" or "NONE". (Must be upper case
  /// and must not contain leading or trailing spaces.)  If not specified (or if
  /// specified but incorrect), the default passed as argument to this function
 -/// (currently INFO) will be used.
 +/// (currently DEBUG) will be used.
  ///
- /// B10_LOGGER_DBGLEVEL
+ /// - B10_LOGGER_DBGLEVEL\n
  /// Ignored if the level is not DEBUG, this should be a number between 0 and
  /// 99 indicating the logging severity.  The default is 0.  If outside these
  /// limits or if not a number, The value passed to this function (default
 -/// of 0) is used.
 +/// of MAX_DEBUG_LEVEL) is used.
  ///
- /// B10_LOGGER_LOCALMSG
+ /// - B10_LOGGER_LOCALMSG\n
  /// If defined, the path specification of a file that contains message
  /// definitions replacing ones in the default dictionary.
  ///