Class IntegrationLogEvents
- Namespace
- Silverback.Diagnostics
- Assembly
- Silverback.Integration.dll
Contains the LogEvent constants of all events logged by the Silverback.Integration package.
public static class IntegrationLogEvents
- Inheritance
-
IntegrationLogEvents
- Inherited Members
Properties
BrokerClientCreated
Gets the LogEvent representing the log that is written when a new broker client is instantiated.
public static LogEvent BrokerClientCreated { get; }
Property Value
BrokerClientDisconnectError
Gets the LogEvent representing the log that is written when an exception is thrown when disconnecting the broker client.
public static LogEvent BrokerClientDisconnectError { get; }
Property Value
BrokerClientDisconnected
Gets the LogEvent representing the log that is written when disconnected from the message broker.
public static LogEvent BrokerClientDisconnected { get; }
Property Value
BrokerClientDisconnecting
Gets the LogEvent representing the log that is written when disconnecting from the message broker.
public static LogEvent BrokerClientDisconnecting { get; }
Property Value
BrokerClientInitializeError
Gets the LogEvent representing the log that is written when an exception is thrown when initializing the broker client.
public static LogEvent BrokerClientInitializeError { get; }
Property Value
BrokerClientInitialized
Gets the LogEvent representing the log that is written when the broker client has been successfully initialized. The connection with the broker will eventually be established.
public static LogEvent BrokerClientInitialized { get; }
Property Value
BrokerClientInitializing
Gets the LogEvent representing the log that is written when the broker client is initializing.
public static LogEvent BrokerClientInitializing { get; }
Property Value
BrokerClientReconnectError
Gets the LogEvent representing the log that is written when an exception is thrown reconnecting the broker client (auto recovery from errors).
public static LogEvent BrokerClientReconnectError { get; }
Property Value
BrokerClientsInitializationError
Gets the LogEvent representing the log that is written when an exception is thrown when initializing the broker clients.
public static LogEvent BrokerClientsInitializationError { get; }
Property Value
CallbackError
Gets the LogEvent representing the log that is written when an exception is thrown by a client callback handler.
public static LogEvent CallbackError { get; }
Property Value
CannotMoveSequence
Gets the LogEvent representing the log that is written when the MoveMessageErrorPolicy cannot be applied because the failing message belongs to a sequence (it's either chunked, being processed in batch, etc.).
public static LogEvent CannotMoveSequence { get; }
Property Value
ConsumerCommitError
Gets the LogEvent representing the log that is written when an error occurs in the consumer during the commit operation.
public static LogEvent ConsumerCommitError { get; }
Property Value
ConsumerCreated
Gets the LogEvent representing the log that is written when a new consumer is instantiated.
public static LogEvent ConsumerCreated { get; }
Property Value
ConsumerFatalError
Gets the LogEvent representing the log written when an error occurs processing the consumed message, and it isn't handled even by the FatalExceptionLoggerConsumerBehavior (which should never happen).
public static LogEvent ConsumerFatalError { get; }
Property Value
ConsumerRollbackError
Gets the LogEvent representing the log that is written when an error occurs in the consumer during the rollback operation.
public static LogEvent ConsumerRollbackError { get; }
Property Value
ConsumerStartError
Gets the LogEvent representing the log that is written when an exception is thrown starting the consumer.
public static LogEvent ConsumerStartError { get; }
Property Value
ConsumerStopError
Gets the LogEvent representing the log that is written when an exception is thrown stopping the consumer.
public static LogEvent ConsumerStopError { get; }
Property Value
EndpointBuilderError
Gets the LogEvent representing the log that is written when an exception is thrown by the endpoint builder action.
public static LogEvent EndpointBuilderError { get; }
Property Value
EndpointConfiguratorError
Gets the LogEvent representing the log that is written when an exception is thrown from within an IBrokerClientsConfigurator.
public static LogEvent EndpointConfiguratorError { get; }
Property Value
ErrorProcessingOutbox
Gets the LogEvent representing the log that is written when an error occurs while the IOutboxWorker processes the outbox queue.
public static LogEvent ErrorProcessingOutbox { get; }
Property Value
ErrorProducingMessage
Gets the LogEvent representing the log that is written when an error occurs producing a message.
public static LogEvent ErrorProducingMessage { get; }
Property Value
ErrorProducingOutboxStoredMessage
Gets the LogEvent representing the log that is written when an error occurs producing the message stored in the outbox.
public static LogEvent ErrorProducingOutboxStoredMessage { get; }
Property Value
IncompleteSequenceAborted
Gets the LogEvent representing the log written when a sequence is aborted because a new one starts before it completes, or because it times out before completion.
public static LogEvent IncompleteSequenceAborted { get; }
Property Value
IncompleteSequenceSkipped
Gets the LogEvent representing the log that is written when an incomplete sequence is skipped because the first consumed message of that sequence doesn't correspond to the actual sequence beginning (e.g., the first chunk).
public static LogEvent IncompleteSequenceSkipped { get; }
Property Value
InvalidEndpointConfiguration
Gets the LogEvent representing the log that is written when trying to connect an endpoint with an invalid configuration.
public static LogEvent InvalidEndpointConfiguration { get; }
Property Value
InvalidMessageConsumed
Gets the LogEvent representing the log that is written when an invalid message has been consumed (see MessageValidationMode).
public static LogEvent InvalidMessageConsumed { get; }
Property Value
InvalidMessageProduced
Gets the LogEvent representing the log that is written when an invalid message has been produced (see MessageValidationMode).
public static LogEvent InvalidMessageProduced { get; }
Property Value
MessageAddedToSequence
Gets the LogEvent representing the log that is written when an inbound message is added to a sequence (e.g. ChunkSequence or a BatchSequence).
public static LogEvent MessageAddedToSequence { get; }
Property Value
MessageMoved
Gets the LogEvent representing the log that is written when a message couldn't be processed and is moved to another endpoint. This event occurs when the MoveMessageErrorPolicy is applied.
public static LogEvent MessageMoved { get; }
Property Value
MessageProduced
Gets the LogEvent representing the log that is written when a message is produced.
public static LogEvent MessageProduced { get; }
Property Value
MessageSkipped
Gets the LogEvent representing the log that is written when a message couldn't be processed and is skipped. This event occurs when the SkipMessageErrorPolicy is applied.
public static LogEvent MessageSkipped { get; }
Property Value
OutboundMessageFiltered
Gets the LogEvent representing the log that is written when an outbound message is filtered out.
public static LogEvent OutboundMessageFiltered { get; }
Property Value
OutboxEmpty
Gets the LogEvent representing the log that is written when the IOutboxWorker doesn't find any message in the outbox.
public static LogEvent OutboxEmpty { get; }
Property Value
ProcessingConsumedMessage
Gets the LogEvent representing the log that is written when a consumed message is being processed.
public static LogEvent ProcessingConsumedMessage { get; }
Property Value
ProcessingConsumedMessageError
Gets the LogEvent representing the log that is written when an error occurs processing the consumed message.
public static LogEvent ProcessingConsumedMessageError { get; }
Property Value
Remarks
If the message belongs to a sequence the SequenceProcessingError event is logged instead.
ProcessingConsumedMessageFatalError
Gets the LogEvent representing the log that is written when an unhandled error occurs processing the consumed message and the consumer will be stopped.
public static LogEvent ProcessingConsumedMessageFatalError { get; }
Property Value
ProcessingOutboxStoredMessage
Gets the LogEvent representing the log that is written when the message stored in the outbox is being processed.
public static LogEvent ProcessingOutboxStoredMessage { get; }
Property Value
ProducerCreated
Gets the LogEvent representing the log that is written when a new consumer is instantiated.
public static LogEvent ProducerCreated { get; }
Property Value
ReadingMessagesFromOutbox
Gets the LogEvent representing the log that is written when the IOutboxWorker loads a batch of enqueued messages.
public static LogEvent ReadingMessagesFromOutbox { get; }
Property Value
RetryMessageProcessing
Gets the LogEvent representing the log that is written when a message couldn't be processed and the RetryErrorPolicy is applied.
public static LogEvent RetryMessageProcessing { get; }
Property Value
RollbackToRetryFailed
Gets the LogEvent representing the log that is written when a rollback initiated by the RetryErrorPolicy fails with an exception. This will cause the consumer to be disconnected and reconnected.
public static LogEvent RollbackToRetryFailed { get; }
Property Value
RollbackToSkipFailed
Gets the LogEvent representing the log that is written when a rollback initiated by the SkipMessageErrorPolicy fails with an exception. This will cause the consumer to be disconnected and reconnected.
public static LogEvent RollbackToSkipFailed { get; }
Property Value
SequenceCompleted
Gets the LogEvent representing the log that is written when all messages belonging to the sequence have been consumed and published via the message bus.
public static LogEvent SequenceCompleted { get; }
Property Value
SequenceProcessingAborted
Gets the LogEvent representing the log that is written when the processing of a sequence is aborted, but not because of an error (an SequenceProcessingError is logged instead) or an incomplete sequence that gets discarded (an IncompleteSequenceAborted or an IncompleteSequenceSkipped is logged instead).
public static LogEvent SequenceProcessingAborted { get; }
Property Value
SequenceProcessingError
Gets the LogEvent representing the log that is written when an error occurs processing an inbound sequence.
public static LogEvent SequenceProcessingError { get; }
Property Value
SequenceStarted
Gets the LogEvent representing the log that is written when the first message of a new sequence is consumed.
public static LogEvent SequenceStarted { get; }
Property Value
SequenceTimeoutError
Gets the LogEvent representing the log that is written when an error occurs executing the timeout action on a sequence.
public static LogEvent SequenceTimeoutError { get; }
Property Value
StoringIntoOutbox
Gets the LogEvent representing the log that is written when the message is being written to the outbox.
public static LogEvent StoringIntoOutbox { get; }
Property Value
Tracing
Gets the EventId of the unspecific tracing logs.
public static LogEvent Tracing { get; }