Show / Hide Table of Contents

    Class RabbitLogEvents

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

    Inheritance
    object
    RabbitLogEvents
    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.RabbitMQ.dll
    Syntax
    public static class RabbitLogEvents

    Properties

    | Improve this doc View source

    Commit

    Gets the LogEvent representing the log that is written when a delivery tag is successfully committed.

    Declaration
    public static LogEvent Commit { get; }
    Property Value
    Type Description
    LogEvent
    | Improve this doc View source

    CommitError

    Reserved, not used anymore.

    Declaration
    [Obsolete("Logged in the base consumer.", true)]
    public static LogEvent CommitError { 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 Rabbit queue.

    Declaration
    public static LogEvent ConsumingMessage { get; }
    Property Value
    Type Description
    LogEvent
    | 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

    Rollback

    Gets the LogEvent representing the log that is written when a delivery tag is successfully rolled back.

    Declaration
    public static LogEvent Rollback { get; }
    Property Value
    Type Description
    LogEvent
    | Improve this doc View source

    RollbackError

    Reserved, not used anymore.

    Declaration
    [Obsolete("Logged in the base consumer.", true)]
    public static LogEvent RollbackError { get; }
    Property Value
    Type Description
    LogEvent
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini