qnetdice

view src/logger.h @ 1:92377189a5c6

moving along
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 22 Dec 2013 04:08:50 +0200
parents
children
line source
1 #ifndef LOGGER_H_
2 #define LOGGER_H_
4 void set_log_file(FILE *fp);
5 void set_log_callback(void (*cb)(const char*, void*), void *cls);
7 void log_message(const char *msg, ...);
9 #endif // LOGGER_H_