|
libcmutils 0.6.5
Multi-platform C99 utility library
|
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. | |
Logger configuration object.
| 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.
| logger | A pointer to the CMUTIL_ConfLogger object. |
| appender | A pointer to the CMUTIL_LogAppender object to add. |
| level | The log level for the appender. |