X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Flog.h;h=9318697de97e81ad19eac2c3b7cd5f7fce23efe0;hb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;hp=444c1d73219e3b36323d0e5ec9d9eca6258c454f;hpb=c4e10478569740bd284cc41a47dd5227150a6f00;p=bertos.git diff --git a/bertos/cfg/log.h b/bertos/cfg/log.h index 444c1d73..9318697d 100644 --- a/bertos/cfg/log.h +++ b/bertos/cfg/log.h @@ -85,7 +85,8 @@ * * \version $Id$ * \author Daniele Basile - * + * + * $WIZ$ */ #ifndef CFG_LOG_H @@ -114,8 +115,7 @@ * The priority level go from error (highest) to info (lowest) (see cfg/debug.h * for more detail). * - * $WIZARD_LIST = { - * "log_level" : ["LOG_LVL_NONE", "LOG_LVL_ERR", "LOG_LVL_WARN", "LOG_LVL_INFO"] + * $WIZ$ log_level = "LOG_LVL_NONE", "LOG_LVL_ERR", "LOG_LVL_WARN", "LOG_LVL_INFO" * } */ #define LOG_LVL_NONE 0 @@ -129,9 +129,7 @@ * There are two logging format: terse and verbose. The latter prepends * function names and line number information to each log entry. * - * $WIZARD_LIST = { - * "log_format" : ["LOG_FMT_VERBOSE", "LOG_FMT_TERSE"] - * } + * $WIZ$ log_format = "LOG_FMT_VERBOSE", "LOG_FMT_TERSE" */ #define LOG_FMT_VERBOSE 1 #define LOG_FMT_TERSE 0