libcmutils 0.6.5
Multi-platform C99 utility library
Loading...
Searching...
No Matches
CMUTIL_ConfLogger Struct Reference

Logger configuration object. More...

Data Fields

void(* AddAppender )(const CMUTIL_ConfLogger *logger, CMUTIL_LogAppender *appender, CMLogLevel level)
 Add a log appender to the logger configuration.
 

Detailed Description

Logger configuration object.

Field Documentation

◆ AddAppender

void(* CMUTIL_ConfLogger::AddAppender) (const CMUTIL_ConfLogger *logger, CMUTIL_LogAppender *appender, CMLogLevel level)

Add a log appender to the logger configuration.

This function adds a log appender to the logger configuration with the specified log level.

Parameters
loggerA pointer to the CMUTIL_ConfLogger object.
appenderA pointer to the CMUTIL_LogAppender object to add.
levelThe log level for the appender.

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