bio
 
Loading...
Searching...
No Matches
bio_file_logger_options_t Struct Reference

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.
 

Detailed Description

Configuration options.

Field Documentation

◆ file

bio_file_t bio_file_logger_options_t::file

The file to writes to.

Usually, this is BIO_STDERR

◆ with_colors

bool bio_file_logger_options_t::with_colors

Whether log messages should be colored based on log level.


The documentation for this struct was generated from the following file: