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