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

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