log.c: added logstrtolvl
This commit is contained in:
parent
6b2465dce2
commit
80ad7d0daa
2 changed files with 17 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
|
||||
void init_log(unsigned level, const char *path);
|
||||
|
||||
unsigned logstrtolvl(const char *str);
|
||||
|
||||
const char* loglvltostr(unsigned level);
|
||||
|
||||
void logmsg(unsigned level, const char *fmt, ...);
|
||||
|
|
|
|||
Reference in a new issue