yumapro  23.10T-6
YumaPro SDK
Loading...
Searching...
No Matches
log_util.h File Reference

Internal SYSLOG Logging support. More...

#include <stdio.h>
#include <xmlstring.h>
#include "procdefs.h"
#include "status.h"
#include "log.h"
Include dependency graph for log_util.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Internal SYSLOG Logging support.