NetBurner 3.5.8
PDF Version
syslog.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
51
52
58
59#ifndef SYSLOG_H
60#define SYSLOG_H
61
62#include <nettypes.h>
63
115extern IPADDR SysLogAddress;
116
236int SysLog(const char *format, ...);
237
337int SysLogVia(int interfaceNum, const char *format, ...);
338
339#endif // SYSLOG_H
340
IPADDR6 IPADDR
IPADDR Object Type (either v4 or v6).
Definition nettypes.h:568
int SysLog(const char *format,...)
Send a formatted log message to the syslog server.
IPADDR SysLogAddress
Destination IP address for syslog messages.
int SysLogVia(int interfaceNum, const char *format,...)
Send a formatted log message via a specific network interface.