LibTMJ  1.0.0
A library for loading JSON Tiled maps
Functions | Variables
log.h File Reference
#include <stdbool.h>
#include <stdio.h>
#include "../include/tmj.h"
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void logmsg (tmj_log_priority priority, char *msg,...)
 Processes log messages and passes them to the active logging callback, if there is one. More...
 

Variables

char logmsg_buf []
 Statically-allocated memory to hold log messages which are passed to the logging callback. More...