Show / Hide Table of Contents

    Class MqttLogEvents

    Contains the LogEvent constants of all events logged by the Silverback.Integration.Mqtt package.

    Inheritance
    object
    MqttLogEvents
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Diagnostics
    Assembly: Silverback.Integration.MQTT.dll
    Syntax
    public static class MqttLogEvents

    Properties

    | Improve this doc View source

    AcknowledgeFailed

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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.

    | Improve this doc View source

    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.

    | Improve this doc View source

    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.

    | Improve this doc View source

    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.

    | Improve this doc View source

    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
    | Improve this doc View source

    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
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini