pub struct SdIdMeta(/* private fields */);
Expand description
RFC:
The SD-ID “meta” MAY be used to provide meta-information about the message. The following parameters can be used. All parameters are OPTIONAL. If the “meta” SD-ID is used, at least one parameter SHOULD be specified.
RFC:
The “sequenceId” parameter tracks the sequence in which the originator submits messages to the syslog transport for sending. It is an integer that MUST be set to 1 when the syslog function is started and MUST be increased with every message up to a maximum value of 2147483647. If that value is reached, the next message MUST be sent with a sequenceId of 1. sequenceId
RFC:
The “sysUpTime” parameter MAY be used to include the SNMP “sysUpTime” parameter in the message. Its syntax and semantics are as defined in [RFC3418]. sysUpTime
RFC:
The “language” parameter MAY be specified by the originator to convey information about the natural language used inside MSG. If it is specified, it MUST contain a language identifier as defined in BCP 47 [RFC4646]. language