libdvbv5  1.4.0
Library to work with Digital TV streams
Typedefs | Functions
dvb-log.h File Reference

Provides interfaces to handle libdvbv5 log messages. More...

#include <syslog.h>
Include dependency graph for dvb-log.h:
This graph shows which files directly or indirectly include this file:

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...
 

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...
 

Detailed Description

Provides interfaces to handle libdvbv5 log messages.

Author
Mauro Carvalho Chehab
Andre Roth

Please submit bug report and patches to linux.nosp@m.-med.nosp@m.ia@vg.nosp@m.er.k.nosp@m.ernel.nosp@m..org

Definition in file dvb-log.h.

Typedef Documentation

void(* dvb_logfunc)(int level, const char *fmt,...)

typedef used by dvb_fe_open2 for the log function

Definition at line 42 of file dvb-log.h.

Function Documentation

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.