Table of Contents

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

LogEvent

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

LogEvent

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

LogEvent

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

LogEvent

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

LogEvent

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

LogEvent

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

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.MqttClient.

public static LogEvent MqttClientLogInformation { get; }

Property Value

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.MqttClient.

public static LogEvent MqttClientLogVerbose { get; }

Property Value

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.MqttClient.

public static LogEvent MqttClientLogWarning { get; }

Property Value

LogEvent

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

LogEvent

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

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.

public static LogEvent Reconnected { get; }

Property Value

LogEvent