#include "nanohttp-logging.h"
Go to the source code of this file.
Functions | |
log_level_t | hlog_set_level (log_level_t level) |
log_level_t | hlog_get_level (void) |
void | hlog_set_file (const char *filename) |
void | hlog_set_background (int state) |
char * | hlog_get_file (void) |
void | hlog_verbose (const char *FUNC, const char *format,...) |
void | hlog_debug (const char *FUNC, const char *format,...) |
void | hlog_info (const char *FUNC, const char *format,...) |
void | hlog_warn (const char *FUNC, const char *format,...) |
void | hlog_error (const char *FUNC, const char *format,...) |
|
Definition at line 171 of file nanohttp-logging.c. References HLOG_DEBUG. |
|
Definition at line 201 of file nanohttp-logging.c. References HLOG_ERROR. |
|
Get the filename of the logfile.
Definition at line 110 of file nanohttp-logging.c. |
|
Get the loglevel.
Definition at line 85 of file nanohttp-logging.c. |
|
Definition at line 181 of file nanohttp-logging.c. References HLOG_INFO. |
|
Definition at line 102 of file nanohttp-logging.c. |
|
Set the logfile.
Definition at line 91 of file nanohttp-logging.c. |
|
Set the loglevel.
Definition at line 77 of file nanohttp-logging.c. |
|
Definition at line 161 of file nanohttp-logging.c. References HLOG_VERBOSE. |
|
Definition at line 191 of file nanohttp-logging.c. References HLOG_WARN. |