File SolidSyslogTransport.h¶
FileList > Core > Interface > SolidSyslogTransport.h
The transport selector enum (UDP / TCP) and the IANA default-port convenience constants.
Public Types Documentation¶
enum @4¶
IANA-registered default destination ports per transport.
enum @4 {
SOLIDSYSLOG_UDP_DEFAULT_PORT = 514,
SOLIDSYSLOG_TCP_DEFAULT_PORT = 601,
SOLIDSYSLOG_TLS_DEFAULT_PORT = 6514
};
Convenience constants only, not applied automatically: the integrator supplies the port to the endpoint callback and may pick any value.
SolidSyslogTransport¶
The documentation for this class was generated from the following file Core/Interface/SolidSyslogTransport.h