Added app module
This commit is contained in:
11
log.h
11
log.h
@@ -1,13 +1,20 @@
|
||||
#ifndef LOG_H
|
||||
#define LOG_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <strophe/strophe.h>
|
||||
|
||||
// log areas
|
||||
#define PROF "prof"
|
||||
#define CONN "conn"
|
||||
|
||||
// file log
|
||||
FILE *logp;
|
||||
|
||||
xmpp_log_t *xmpp_get_file_logger();
|
||||
void logmsg(const char * const area, const char * const msg);
|
||||
void start_log(void);
|
||||
void log_init(void);
|
||||
void log_msg(const char * const area, const char * const msg);
|
||||
void log_close(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user