X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcfg%2Fcfg_syslog.h;fp=bertos%2Fcfg%2Fcfg_syslog.h;h=922a5f7b4c6f1124760c4dd71c6e8025d25d27db;hb=35c39bd8f2476c58349c66d0e3fc324744b533ba;hp=0000000000000000000000000000000000000000;hpb=f43548afba315703927047d2f6ca69006963dd06;p=bertos.git diff --git a/bertos/cfg/cfg_syslog.h b/bertos/cfg/cfg_syslog.h new file mode 100644 index 00000000..922a5f7b --- /dev/null +++ b/bertos/cfg/cfg_syslog.h @@ -0,0 +1,57 @@ +/** + * \file + * + * + * \brief SYSLOG configuration. + * + * \author Daniele Basile + * + */ +#ifndef CFG_SYSLOG_H +#define CFG_SYSLOG_H + +/** + * Module logging level. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define SYSLOG_LOG_LEVEL LOG_LVL_WARN + +/** + * Module logging format. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define SYSLOG_LOG_FORMAT LOG_FMT_VERBOSE + +#endif /* CFG_SYSLOG_H */