Go to the source code of this file.
Functions | |
| char * | frdiThreadId (pthread_t thread) |
| char * | frdiThreadIdSelf () |
| frdi_log * | frdiLogInitialise (frdi_config *config) |
| void | frdiLogRaw (frdi_log *log, char *str) |
| void | frdiLogFinalise (frdi_log *log) |
| 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 |
|
||||||||||||
|
Writes str to the correct log file, raw (no timestamp, no linebreaks, no additions) |
|
|
Call before closing the application |
|
||||||||||||
|
write str, prefixed with a timestamp, wrapped and carridge returned
|
1.2.18