Configuration options. More...
#include <file.h>
Data Fields | |
bio_file_t | file |
The file to writes to. | |
bool | with_colors |
Whether log messages should be colored based on log level. | |
Configuration options.
bio_file_t bio_file_logger_options_t::file |
The file to writes to.
Usually, this is BIO_STDERR
bool bio_file_logger_options_t::with_colors |
Whether log messages should be colored based on log level.