bio
 
Loading...
Searching...
No Matches
file.h
1#ifndef BIO_FILE_LOGGER_H
2#define BIO_FILE_LOGGER_H
3
4#include <bio/file.h>
5
43
49
54#endif
bio_logger_t bio_add_file_logger(bio_log_level_t min_level, const bio_file_logger_options_t *options)
Register the logger.
bio_log_level_t
Log levels.
Definition bio.h:566
Configuration options.
Definition file.h:33
bio_file_t file
The file to writes to.
Definition file.h:39
bool with_colors
Whether log messages should be colored based on log level.
Definition file.h:41
Handle to a file.
Definition file.h:15
Handle to a logger.
Definition bio.h:167