X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_kfile.h;h=0ebed7b1229798ce68eb3a5eaede4271aec2245e;hb=fb5863ca8d0db3ff2e84721f7c902b031157ebb0;hp=bc6ff25f6c65717372fb45f33e3b43688e29b5bd;hpb=9df5cde7370c4ebf50fd13c9eda4e860ecd836f7;p=bertos.git diff --git a/bertos/cfg/cfg_kfile.h b/bertos/cfg/cfg_kfile.h index bc6ff25f..0ebed7b1 100644 --- a/bertos/cfg/cfg_kfile.h +++ b/bertos/cfg/cfg_kfile.h @@ -27,13 +27,11 @@ * the GNU General Public License. * * Copyright 2008 Develer S.r.l. (http://www.develer.com/) - * All Rights Reserved. + * * --> * * \brief Configuration file for KFile interface module. * - * \version $Id$ - * * \author Daniele Basile */ @@ -41,24 +39,23 @@ #define CFG_KFILE_H /** - * Logging level definition. - * - * Use 0 to log only the error messages - * Use 1 to log the error and warning messages - * Use 2 to log all messages + * Module logging level. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" */ -#define KFILE_LOG_LEVEL 2 +#define KFILE_LOG_LEVEL LOG_LVL_INFO /** - * Set logging verbosity. - * - * If verbosity is zero print short log messages. + * Module logging format. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" */ -#define KFILE_LOG_VERBOSITY 0 +#define KFILE_LOG_FORMAT LOG_FMT_TERSE -/// Enable the gets function with echo. +/** + * Enable the gets function with echo. + * $WIZ$ type = "boolean" + */ #define CONFIG_KFILE_GETS 0 #endif /* CFG_KFILE_H */ - -