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

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.
 

Detailed Description

Context for a log function.

See also
bio_add_logger

Field Documentation

◆ coro

bio_coro_t bio_log_ctx_t::coro

The coroutine calling the log function.

◆ file

const char* bio_log_ctx_t::file

The source file where the logging call originated from.

◆ level

bio_log_level_t bio_log_ctx_t::level

The log level.

◆ line

int bio_log_ctx_t::line

The source line where the logging call originated from.


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