#include "frdi.h"
Functions | |
char * | frdiThreadId (pthread_t thread) |
char * | frdiThreadIdSelf () |
frdi_log * | frdiLogInitialise (frdi_config *config) |
void | frdiLogFinalise (frdi_log *log) |
void | frdiLogRaw (frdi_log *log, char *str) |
void | frdiLogNeat (frdi_log *log, char *str) |
|
return an id for a given thread |
|
return an identifier for the current thread |
|
Set what file the log writes out to |
|
Call before closing the application |
|
Writes str to the correct log file, raw (no timestamp, no linebreaks, no additions) |
|
write str, prefixed with a timestamp, wrapped and carridge returned
|