Add log rotation on SIGHUP
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
void log_init(void);
|
||||
void log_init2(void);
|
||||
void log_cleanup(void);
|
||||
bool log_reopen(const char *);
|
||||
void log_write(char, const uint8_t *, const char *, ...)
|
||||
|
||||
Reference in New Issue
Block a user