libxtc 0.4.0
Async concurrency for C: Tokio + Seastar + BEAM, in one library
Loading...
Searching...
No Matches
xtc_log_opts_t Struct Reference

Data Fields

xtc_log_level_t floor
 
int record_max
 
int ring_size
 
xtc_log_sink_fn sink
 
int sink_fd
 
void * sink_user
 

Detailed Description

Definition at line 55 of file xtc_log.h.

Field Documentation

◆ floor

xtc_log_level_t xtc_log_opts_t::floor

Definition at line 58 of file xtc_log.h.

◆ record_max

int xtc_log_opts_t::record_max

Definition at line 57 of file xtc_log.h.

◆ ring_size

int xtc_log_opts_t::ring_size

Definition at line 56 of file xtc_log.h.

◆ sink

xtc_log_sink_fn xtc_log_opts_t::sink

Definition at line 60 of file xtc_log.h.

◆ sink_fd

int xtc_log_opts_t::sink_fd

Definition at line 59 of file xtc_log.h.

◆ sink_user

void* xtc_log_opts_t::sink_user

Definition at line 61 of file xtc_log.h.


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