File SolidSyslogTransport.h¶
FileList > Core > Interface > SolidSyslogTransport.h
Go to the source code of this file
The transport selector enum (UDP / TCP) and the IANA default-port convenience constants.
Public Types¶
| Type | Name |
|---|---|
| enum | @4 IANA-registered default destination ports per transport. |
| enum | SolidSyslogTransport |
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.
enum SolidSyslogTransport¶
The documentation for this class was generated from the following file Core/Interface/SolidSyslogTransport.h