www.pudn.com > xml2db.rar > local_log.h
#ifndef LOCAL_LOG_H_
#define LOCAL_LOG_H_
void local_log_init(const char *fn, int size) throw (std::string);
void local_log(int type,int sev,int msg_id,const char * msg);
void writelog(const char *);
#endif //LOCAL_LOG_H_