* New clixon-config@2022-02-11.yang revision

* Added option: `CLICON_LOG_STRING_LIMIT`
This commit is contained in:
Olof hagsand 2022-02-12 21:44:05 +01:00
parent 396680d0b3
commit 6ae749c9dd
11 changed files with 1204 additions and 9 deletions

View file

@ -55,6 +55,8 @@ int clicon_log_init(char *ident, int upto, int flags);
int clicon_log_exit(void);
int clicon_log_opt(char c);
int clicon_log_file(char *filename);
int clicon_log_string_limit_set(size_t sz);
size_t clicon_log_string_limit_get(void);
int clicon_get_logflags(void);
int clicon_log(int level, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
int clicon_debug(int dbglevel, const char *format, ...) __attribute__ ((format (printf, 2, 3)));