|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Logging utility stubs for WASM. More...
Go to the source code of this file.
Functions | |
| asciichat_error_t | log_mmap_init_simple (const char *log_path, size_t max_size) |
| bool | log_mmap_is_active (void) |
| void | log_mmap_write (int level, const char *file, int line, const char *func, const char *fmt,...) |
| bool | log_mmap_get_usage (size_t *used, size_t *capacity) |
| void | log_mmap_rotate (void) |
| void | server_status_log_append (const char *message) |
Logging utility stubs for WASM.
Definition in file log.c.
| bool log_mmap_get_usage | ( | size_t * | used, |
| size_t * | capacity | ||
| ) |
| asciichat_error_t log_mmap_init_simple | ( | const char * | log_path, |
| size_t | max_size | ||
| ) |
| bool log_mmap_is_active | ( | void | ) |
| void log_mmap_write | ( | int | level, |
| const char * | file, | ||
| int | line, | ||
| const char * | func, | ||
| const char * | fmt, | ||
| ... | |||
| ) |