00001 #ifndef _LOGF_H_ 00002 #define _LOGF_H_ 00003 00004 void logfmt_setpath(const char *path); 00005 void logfmt(const char *format, ...); 00006 void logfmt_args(int argc, char *argv[]); 00007 void logfmt_enable(bool enable); 00008 00009 #endif /* _LOGF_H_ */