X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Fcfg%2Fcfg_kfile.h;h=10bb72db42e15fcb20f07680b259a95f614c604a;hb=18d992e2630742a2bb49b6f9267515fd8ae6c886;hp=cec293c85f7f959cf10fd38ca5be178f518623ea;hpb=d22dfaec1fff3dfb5d216b0317f6e2845313f688;p=bertos.git diff --git a/app/triface/cfg/cfg_kfile.h b/app/triface/cfg/cfg_kfile.h index cec293c8..10bb72db 100644 --- a/app/triface/cfg/cfg_kfile.h +++ b/app/triface/cfg/cfg_kfile.h @@ -27,38 +27,25 @@ * 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 */ #ifndef CFG_KFILE_H #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 - */ -#define KFILE_LOG_LEVEL 2 +/// Module logging level definition. +#define KFILE_LOG_LEVEL LOG_LVL_INFO -/** - * Set logging verbosity. - * - * If verbosity is zero print short log messages. - */ -#define KFILE_LOG_VERBOSITY 0 +/// Module logging format. +#define KFILE_LOG_FORMAT LOG_FMT_TERSE /// Enable the gets function with echo. #define CONFIG_KFILE_GETS 1 #endif /* CFG_KFILE_H */ - -