miniini/include/log.h File Reference
#include <cstdio>
Go to the source code of this file.
Functions |
void | INILogCallback (void(*callback)(const char *const)) |
| Sets the function to use for MiniINI logging.
|
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.