NetBurner 3.5.8
PDF Version
Toggle main menu visibility
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
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
IPADDR
IPADDR6 IPADDR
IPADDR Object Type (either v4 or v6).
Definition
nettypes.h:568
SysLog
int SysLog(const char *format,...)
Send a formatted log message to the syslog server.
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.
nbrtos
include
syslog.h
Generated by
1.18.0