HomePort
Functions
log.c File Reference
Include dependency graph for log.c:

Go to the source code of this file.

Functions

hpd_error_t log_logf (const char *module, hpd_log_level_t level, const char *file, int line, const char *fmt,...)
 
hpd_error_t log_vlogf (const char *module, hpd_log_level_t level, const char *file, int line, const char *fmt, va_list vp)
 

Function Documentation

hpd_error_t log_logf ( const char *  module,
hpd_log_level_t  level,
const char *  file,
int  line,
const char *  fmt,
  ... 
)

Definition at line 32 of file log.c.

Here is the call graph for this function:

hpd_error_t log_vlogf ( const char *  module,
hpd_log_level_t  level,
const char *  file,
int  line,
const char *  fmt,
va_list  vp 
)

Definition at line 42 of file log.c.

Here is the caller graph for this function: