/// "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.
///