miniini/include/log.h File Reference

#include <cstdio>

Go to the source code of this file.

Defines

#define WARNING(...)   0
#define ERROR(...)   0
#define LOG(...)   0

Functions

void miniini_private::__void_puts (const char *const str)
void INILogCallback (void(*callback)(const char *const))
 Sets the function to use for MiniINI logging.

Variables

void(* miniini_private::__Log )(const char *const) = &__void_puts

Define Documentation

#define ERROR ( ...   )     0

Definition at line 48 of file log.h.

#define LOG ( ...   )     0

Definition at line 50 of file log.h.

#define WARNING ( ...   )     0

Definition at line 46 of file log.h.


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 22 of file log.cpp.

 All Classes Files Functions Defines

Generated by  doxygen 1.6.2