26 #define rlMAX_EVENT 256 // maximum size of an event message 28 static const char rlevent_name[][4] = {
"INF",
"WAR",
"ERR",
"CRI",
"FAT",
"TST" };
41 #define rlEvent(typ, format, args...) { rlSetEventLocation(__FILE__,__LINE__); rlEventPrintf( typ, format, args); } 43 #define rlEvent rlSetEventLocation(__FILE__,__LINE__);rlEventPrintf 52 void rlEventInit(
int ac,
char **av,
const char *module);
static const char rlevent_name[][4]
void rlEventPrintf(int event_type, const char *format,...)
void rlSetEventLocation(const char *file, int line)
void rlEventInit(int ac, char **av, const char *module)