miniini/src/log.cpp File Reference
#include "log.h"
Go to the source code of this file.
Functions |
void | INILogCallback (void(*callback)(const char *const)) |
| Sets the function to use for MiniINI logging.
|
Variables |
void(* | miniini_private::__Log )(const char *const) = NULL |
Function Documentation
void INILogCallback |
( |
void(*)(const char *const) |
callback |
) |
|
Sets the function to use for MiniINI logging.
- Parameters:
-
| callback | Function that will handle logging - must return void and take a single const char* parameter. |
Definition at line 15 of file log.cpp.