|
cbase 1.50.0
C/C++ Static Template
|
Internal structure to hold a logging callback and its configuration. More...

Public Attributes | |
| BaseLogFn | fn |
| void * | user_data |
| BaseLogLevel | min_level |
Internal structure to hold a logging callback and its configuration.
Definition at line 16 of file base_log.c.
| BaseLogFn BaseLogCallback::fn |
The function pointer for the callback.
Definition at line 17 of file base_log.c.
| BaseLogLevel BaseLogCallback::min_level |
The minimum log level this callback will trigger on.
Definition at line 19 of file base_log.c.
| void* BaseLogCallback::user_data |
User-provided context data for the callback.
Definition at line 18 of file base_log.c.