Class RabbitLogEvents
Contains the LogEvent constants of all events logged by the Silverback.Integration.RabbitMQ package.
Inherited Members
Namespace: Silverback.Diagnostics
Assembly: Silverback.Integration.RabbitMQ.dll
Syntax
public static class RabbitLogEvents
Properties
| Improve this doc View sourceCommit
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 |
CommitError
Reserved, not used anymore.
Declaration
[Obsolete("Logged in the base consumer.", true)]
public static LogEvent CommitError { get; }
Property Value
Type | Description |
---|---|
LogEvent |
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 |
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 |
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 |
RollbackError
Reserved, not used anymore.
Declaration
[Obsolete("Logged in the base consumer.", true)]
public static LogEvent RollbackError { get; }
Property Value
Type | Description |
---|---|
LogEvent |