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

Go to the source code of this file.

Functions

hpd_error_t hpd_logf (const hpd_module_t *context, hpd_log_level_t level, const char *file, int line, const char *fmt,...)
 [hpd_t functions] More...
 
hpd_error_t hpd_vlogf (const hpd_module_t *context, hpd_log_level_t level, const char *file, int line, const char *fmt, va_list vp)
 

Function Documentation

hpd_error_t hpd_logf ( const hpd_module_t context,
hpd_log_level_t  level,
const char *  file,
int  line,
const char *  fmt,
  ... 
)

[hpd_t functions]

[log functions]

Definition at line 31 of file log_api.c.

Here is the call graph for this function:

hpd_error_t hpd_vlogf ( const hpd_module_t context,
hpd_log_level_t  level,
const char *  file,
int  line,
const char *  fmt,
va_list  vp 
)

Definition at line 42 of file log_api.c.

Here is the call graph for this function: