eid-viewer
eid-viewer library
logging.h
1 #ifndef EID_VWR_GTK_LOGGING_H
2 #define EID_VWR_GTK_LOGGING_H
3 
4 #include <eid-viewer/oslayer.h>
5 #include <stdarg.h>
6 
7 typedef void(*logfunc)(enum eid_vwr_loglevel, const char*, va_list ap);
8 
9 logfunc ui_log_init();
10 void uilog(enum eid_vwr_loglevel l, const char* line, ...);
11 
12 #endif
eid_vwr_loglevel
Log levels.
Definition: oslayer.h:39
contains the functions, enums and structures that need to be known by the ui