Context for a log function. More...
#include <bio.h>
Data Fields | |
bio_coro_t | coro |
The coroutine calling the log function. | |
bio_log_level_t | level |
The log level. | |
int | line |
The source line where the logging call originated from. | |
const char * | file |
The source file where the logging call originated from. | |
Context for a log function.
bio_coro_t bio_log_ctx_t::coro |
The coroutine calling the log function.
const char* bio_log_ctx_t::file |
The source file where the logging call originated from.
bio_log_level_t bio_log_ctx_t::level |
The log level.
int bio_log_ctx_t::line |
The source line where the logging call originated from.