Update preset.
[bertos.git] / bertos / cfg / cfg_kfile.h
index bc6ff25f6c65717372fb45f33e3b43688e29b5bd..0ebed7b1229798ce68eb3a5eaede4271aec2245e 100644 (file)
  * 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 <asterix@develer.com>
  */
 
 #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 */
-
-