![]() ![]() | ![]() |
version 1.2, 2022/03/17 09:09:26 | version 1.3, 2022/03/18 09:20:46 | ||
---|---|---|---|
|
|
||
void log_init(int, int); | void log_init(int, int); | ||
void log_setv(int); | void log_setv(int); | ||
int log_getv(void); | int log_getv(void); | ||
void log_send(const char *, va_list) | |||
__attribute__((__format__ (printf, 1, 0))); | |||
void log_info(const char *, ...) | void log_info(const char *, ...) | ||
__attribute__((__format__ (printf, 1, 2))); | __attribute__((__format__ (printf, 1, 2))); | ||
void log_debug(const char *, ...) | void log_debug(const char *, ...) |