NetBurner 3.5.6
PDF Version
syslog.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
59
#ifndef SYSLOG_H
60
#define SYSLOG_H
61
62
#include <nettypes.h>
63
115
extern
IPADDR
SysLogAddress
;
116
236
int
SysLog(
const
char
*format, ...);
237
337
int
SysLogVia
(
int
interfaceNum,
const
char
*format, ...);
338
339
#endif
// SYSLOG_H
340
IPADDR6
Used to hold and manipulate IPv4 and IPv6 addresses in dual stack mode.
Definition
ipv6_addr.h:41
SysLogAddress
IPADDR SysLogAddress
Destination IP address for syslog messages.
SysLogVia
int SysLogVia(int interfaceNum, const char *format,...)
Send a formatted log message via a specific network interface.