From: batt Date: Tue, 6 Jul 2010 15:55:38 +0000 (+0000) Subject: Add log level options to fat module. X-Git-Tag: 2.6.0~308 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=730877c28cd2b141e96426e31a82eb9f36b50773;p=bertos.git Add log level options to fat module. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3999 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_fat.h b/bertos/cfg/cfg_fat.h index 83772f45..fcd717af 100644 --- a/bertos/cfg/cfg_fat.h +++ b/bertos/cfg/cfg_fat.h @@ -40,6 +40,23 @@ #ifndef CFG_FAT_H #define CFG_FAT_H +/** + * Module logging level. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define FAT_LOG_LEVEL LOG_LVL_ERR + +/** + * Module logging format. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define FAT_LOG_FORMAT LOG_FMT_VERBOSE + + /** * Use word alignment to access FAT structure. * $WIZ$ type = "boolean"