syslog-ng source
evtsyslog.c File Reference
#include "evt_internals.h"
#include <stdarg.h>
#include <stdio.h>
#include <syslog.h>
Include dependency graph for evtsyslog.c:

Functions

void evt_openlog (const char *ident, int options, int facility)
 
void evt_closelog (void)
 
void evt_vsyslog (int pri, const char *format, va_list ap)
 
void evt_syslog (int pri, const char *format,...)
 
void evt_syslog_wrapper_init (void)
 

Variables

EVTCONTEXT * syslog_context
 
EVTSYSLOGOPTS syslog_opts
 

Function Documentation

◆ evt_closelog()

void evt_closelog ( void  )

◆ evt_openlog()

void evt_openlog ( const char *  ident,
int  options,
int  facility 
)

◆ evt_syslog()

void evt_syslog ( int  pri,
const char *  format,
  ... 
)

◆ evt_syslog_wrapper_init()

void evt_syslog_wrapper_init ( void  )

◆ evt_vsyslog()

void evt_vsyslog ( int  pri,
const char *  format,
va_list  ap 
)

Variable Documentation

◆ syslog_context

EVTCONTEXT* syslog_context

◆ syslog_opts

EVTSYSLOGOPTS syslog_opts