cbase 1.50.0
C/C++ Static Template
Loading...
Searching...
No Matches
BaseLogCallback Struct Reference

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

Collaboration diagram for BaseLogCallback:

Public Attributes

BaseLogFn fn
void * user_data
BaseLogLevel 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

BaseLogFn BaseLogCallback::fn

The function pointer for the callback.

Definition at line 17 of file base_log.c.

◆ min_level

BaseLogLevel BaseLogCallback::min_level

The minimum log level this callback will trigger on.

Definition at line 19 of file base_log.c.

◆ user_data

void* BaseLogCallback::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: