#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <signal.h>#include <time.h>#include <errno.h>#include "log.h"#include "util.h"#include "common.h"#include "hashtable.h"Go to the source code of this file.
Data Structures | |
| struct | _error_code_legend |
Definition in file log.c.
|
||||||||||||
|
hex dump a cp_string Definition at line 665 of file log.c. Referenced by cp_ndump(). |
|
||||||||||||||||
|
||||||||||||||||
|
print out a LOG_LEVEL_FATAL log message and exit. if log_level is LOG_LEVEL_SILENT, the error message is supressed but the process still exits. Definition at line 568 of file log.c. Referenced by cp_client_init(), cp_pooled_thread_client_interface_create(), cp_pooled_thread_scheduler_create(), and cp_thread_pool_create(). |
|
||||||||||||
|
unconditionally log a message Definition at line 242 of file log.c. Referenced by cp_http_response_write(). |
|
||||||||||||||||
|
hex dump up to len bytes of a cp_string Definition at line 726 of file log.c. References cp_dump(). Referenced by cp_http_response_write(). |
|
||||||||||||||||
|
unconditionally log a limited length message Definition at line 257 of file log.c. Referenced by cp_http_response_write(). |
|
||||||||||||||||||||
|
print out a LOG_LEVEL_ERROR log message with an errno code Definition at line 509 of file log.c. References cp_hashtable_get(). Referenced by cp_client_close(), cp_client_create(), cp_client_reopen(), cp_socket_connection_close(), and cp_socket_listen(). |
|
||||||||||||
|
print out a LOG_LEVEL_WARNING log message Definition at line 451 of file log.c. Referenced by cp_http_service_delete(). |
1.3.9.1