libdvbv5 1.22.1
Library to work with Digital TV devices on Linux
|
Provides interfaces to handle libdvbv5 log messages. More...
#include <syslog.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | dvb_logfunc) (int level, const char *fmt,...) |
typedef used by dvb_fe_open2 for the log function More... | |
typedef void(* | dvb_logfunc_priv) (void *logpriv, int level, const char *fmt,...) |
Functions | |
void | dvb_default_log (int level, const char *fmt,...) |
This is the prototype of the internal log function that it is used, if the library client doesn't desire to override with something else. More... | |
Provides interfaces to handle libdvbv5 log messages.
Definition in file dvb-log.h.