cbase 1.46.11
C/C++ Static Template
Loading...
Searching...
No Matches
Callback Struct Reference

Internal structure to hold a logging callback and its configuration. More...

Collaboration diagram for Callback:

Public Attributes

LogFn fn
void * user_data
LogLevel min_level

Detailed Description

Internal structure to hold a logging callback and its configuration.

Definition at line 16 of file base_log.c.

Member Data Documentation

◆ fn

LogFn Callback::fn

The function pointer for the callback.

Definition at line 17 of file base_log.c.

◆ min_level

LogLevel Callback::min_level

The minimum log level this callback will trigger on.

Definition at line 19 of file base_log.c.

◆ user_data

void* Callback::user_data

User-provided context data for the callback.

Definition at line 18 of file base_log.c.


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