Main Page   File List   File Members   Related Pages  

frdi_log.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 #ifndef _FRDI_LOG_H
00020 #define _FRDI_LOG_H
00021 
00022 
00025 char *frdiThreadId(pthread_t thread);
00026 
00029 char *frdiThreadIdSelf();
00030 
00033 frdi_log *frdiLogInitialise(frdi_config *config);
00034 
00037 void frdiLogRaw(frdi_log *log, char *str);
00038 
00041 void frdiLogFinalise(frdi_log *log);
00042 
00045 void frdiLogNeat(frdi_log *log, char *str);
00046 
00047 
00048 #endif /* _FRDI_LOG_H */
00049 
00050 /* End of File */

Generated on Wed Aug 18 13:23:45 2004 for Project Fairdice by doxygen1.2.18