Class MqttLogEvents
- Namespace
- Silverback.Diagnostics
- Assembly
- Silverback.Integration.MQTT.dll
Contains the LogEvent constants of all events logged by the Silverback.Integration.Mqtt package.
public static class MqttLogEvents
- Inheritance
-
MqttLogEvents
- Inherited Members
Properties
AcknowledgeFailed
Gets the LogEvent representing the log that is written when a message couldn't be acknowledged.
public static LogEvent AcknowledgeFailed { get; }
Property Value
ConnectError
Gets the LogEvent representing the log that is written when an error occurs while connecting to the MQTT broker.
public static LogEvent ConnectError { get; }
Property Value
ConnectRetryError
Gets the LogEvent representing the log that is written when an error occurs while retrying to connect to the MQTT broker.
public static LogEvent ConnectRetryError { get; }
Property Value
ConnectionLost
Gets the LogEvent representing the log that is written when the connection to the MQTT broker is lost.
public static LogEvent ConnectionLost { get; }
Property Value
ConsumerSubscribed
Gets the LogEvent representing the log that is written when the consumer subscribes to a topic or pattern.
public static LogEvent ConsumerSubscribed { get; }
Property Value
ConsumingMessage
Gets the LogEvent representing the log that is written when a message is consumed from a MQTT topic.
public static LogEvent ConsumingMessage { get; }
Property Value
MqttClientLogError
Gets the LogEvent representing the log that is written when a log event is received from the underlying MQTTnet.MqttClient.
public static LogEvent MqttClientLogError { get; }
Property Value
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.MqttClient.
public static LogEvent MqttClientLogInformation { get; }
Property Value
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.MqttClient.
public static LogEvent MqttClientLogVerbose { get; }
Property Value
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.MqttClient.
public static LogEvent MqttClientLogWarning { get; }
Property Value
Remarks
A different event id is used per each log level.
NoMatchingSubscribers
Gets the LogEvent representing the log that is written when no matching subscribers are found for a produced message.
public static LogEvent NoMatchingSubscribers { get; }
Property Value
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).
public static LogEvent ProducerQueueProcessingCanceled { get; }
Property Value
Reconnected
Gets the LogEvent representing the log that is written when the connection to the MQTT broker is established again after it was lost.
public static LogEvent Reconnected { get; }