Class StorageMemoryLogEvents
- Namespace
- Silverback.Diagnostics
- Assembly
- Silverback.Storage.Memory.dll
Contains the LogEvent constants of all events logged by the Silverback.Storage.Memory package.
public static class StorageMemoryLogEvents
- Inheritance
-
StorageMemoryLogEvents
- Inherited Members
Properties
OutboxTransactionUnsupported
Gets the LogEvent representing the log that is written when an ambient transaction is detected, but it's not supported by the in-memory outbox implementation.
public static LogEvent OutboxTransactionUnsupported { get; }