![]() |
yumapro
25.10-1
YumaPro SDK
|
Internal SYSLOG Logging support. More...
#include <stdio.h>#include <xmlstring.h>#include "procdefs.h"#include "status.h"#include "log.h"

Go to the source code of this file.
Data Structures | |
| struct | syslog_msg_desc_t |
| Syslog/Vendor Message Buffer descriptor. More... | |
Functions | |
| void | log_util_init_buf (syslog_msg_desc_t *dp) |
| Initialize the contents of an internal log buffer descriptor. More... | |
| void | log_util_flush (syslog_msg_desc_t *desc) |
| Flush contents of internal buffer to external logging system. More... | |
| void | log_util_logbuf_common (syslog_msg_desc_t *desc, log_debug_app_t app, log_debug_t level, log_debug_t sub_level, const char *fstr, va_list args) |
| Send formatted string output to an internal log buffer. More... | |
| void | log_util_logbuf_append (syslog_msg_desc_t *desc, log_debug_app_t app, log_debug_t level, log_debug_t sub_level, const char *fstr, va_list args) |
| Append formatted string output to an internal log buffer. More... | |
Internal SYSLOG Logging support.