Class MqttLogEvents
Contains the LogEvent constants of all events logged by the Silverback.Integration.Mqtt package.
Inherited Members
Namespace: Silverback.Diagnostics
Assembly: Silverback.Integration.MQTT.dll
Syntax
public static class MqttLogEvents
Properties
| Improve this doc View sourceAcknowledgeFailed
Gets the LogEvent representing the log that is written when a message couldn't be acknowledged.
Declaration
public static LogEvent AcknowledgeFailed { get; }
Property Value
Type | Description |
---|---|
LogEvent |
ConnectError
Gets the LogEvent representing the log that is written when an error occurs while connecting to the MQTT broker.
Declaration
public static LogEvent ConnectError { get; }
Property Value
Type | Description |
---|---|
LogEvent |
ConnectRetryError
Gets the LogEvent representing the log that is written when an error occurs while retrying to connect to the MQTT broker.
Declaration
public static LogEvent ConnectRetryError { get; }
Property Value
Type | Description |
---|---|
LogEvent |
ConnectionLost
Gets the LogEvent representing the log that is written when the connection to the MQTT broker is lost.
Declaration
public static LogEvent ConnectionLost { get; }
Property Value
Type | Description |
---|---|
LogEvent |
ConsumingMessage
Gets the LogEvent representing the log that is written when a message is consumed from a MQTT topic.
Declaration
public static LogEvent ConsumingMessage { get; }
Property Value
Type | Description |
---|---|
LogEvent |
DisconnectError
Gets the LogEvent representing the log that is written when an error occurs while disconnecting to the MQTT broker.
Declaration
public static LogEvent DisconnectError { get; }
Property Value
Type | Description |
---|---|
LogEvent |
MqttClientLogError
Gets the LogEvent representing the log that is written when a log event is received from the underlying MQTTnet.Client.MqttClient.
Declaration
public static LogEvent MqttClientLogError { get; }
Property Value
Type | Description |
---|---|
LogEvent |
Remarks
A different event id is used per each log level.
MqttClientLogInformation
Gets the LogEvent representing the log that is written when a log event is received from the underlying MQTTnet.Client.MqttClient.
Declaration
public static LogEvent MqttClientLogInformation { get; }
Property Value
Type | Description |
---|---|
LogEvent |
Remarks
A different event id is used per each log level.
MqttClientLogVerbose
Gets the LogEvent representing the log that is written when a log event is received from the underlying MQTTnet.Client.MqttClient.
Declaration
public static LogEvent MqttClientLogVerbose { get; }
Property Value
Type | Description |
---|---|
LogEvent |
Remarks
A different event id is used per each log level.
MqttClientLogWarning
Gets the LogEvent representing the log that is written when a log event is received from the underlying MQTTnet.Client.MqttClient.
Declaration
public static LogEvent MqttClientLogWarning { get; }
Property Value
Type | Description |
---|---|
LogEvent |
Remarks
A different event id is used per each log level.
ProducerQueueProcessingCanceled
Gets the LogEvent representing the log that is written when the processing of the producer queue is being stopped (usually because the application is exiting).
Declaration
public static LogEvent ProducerQueueProcessingCanceled { get; }
Property Value
Type | Description |
---|---|
LogEvent |
Reconnected
Gets the LogEvent representing the log that is written when the connection to the MQTT broker is established again after it was lost.
Declaration
public static LogEvent Reconnected { get; }
Property Value
Type | Description |
---|---|
LogEvent |