![]() ![]() | ![]() |
version 1.5, 2022/03/19 06:16:18 | version 1.6, 2022/03/29 20:17:38 | ||
---|---|---|---|
|
|
||
#include <stdarg.h> | #include <stdarg.h> | ||
void log_init(int, int); | void log_init(int, int); | ||
void log_setv(int); | void log_set(int); | ||
int log_getv(void); | int log_get(void); | ||
void log_send(const char *, va_list) | void log_send(const char *, va_list) | ||
__attribute__((__format__ (printf, 1, 0))); | __attribute__((__format__ (printf, 1, 0))); | ||
void log_info(const char *, ...) | void log_info(const char *, ...) |