Class CoreLogEvents
Contains the LogEvent constants of all events logged by the Silverback.Core package.
Inherited Members
Namespace: Silverback.Diagnostics
Assembly: Silverback.Core.dll
Syntax
public static class CoreLogEvents
Properties
| Improve this doc View sourceAcquiringDistributedLock
Gets the LogEvent representing the log that is written when the IDistributedLockManager start trying to acquire a lock.
Declaration
public static LogEvent AcquiringDistributedLock { get; }
Property Value
Type | Description |
---|---|
LogEvent |
BackgroundServiceException
Gets the LogEvent representing the log that is written when an error occurs executing the DistributedBackgroundService.
Declaration
public static LogEvent BackgroundServiceException { get; }
Property Value
Type | Description |
---|---|
LogEvent |
BackgroundServiceLockAcquired
Gets the LogEvent representing the log that is written when the lock has been acquired and the DistributedBackgroundService is being executed.
Declaration
public static LogEvent BackgroundServiceLockAcquired { get; }
Property Value
Type | Description |
---|---|
LogEvent |
BackgroundServiceStarting
Gets the LogEvent representing the log that is written the DistributedBackgroundService is starting.
Declaration
public static LogEvent BackgroundServiceStarting { get; }
Property Value
Type | Description |
---|---|
LogEvent |
DistributedLockAcquired
Gets the LogEvent representing the log that is written when the IDistributedLockManager acquires a lock.
Declaration
public static LogEvent DistributedLockAcquired { get; }
Property Value
Type | Description |
---|---|
LogEvent |
DistributedLockReleased
Gets the LogEvent representing the log that is written when the IDistributedLockManager releases a lock.
Declaration
public static LogEvent DistributedLockReleased { get; }
Property Value
Type | Description |
---|---|
LogEvent |
FailedToAcquireDistributedLock
Gets the LogEvent representing the log that is written when an error occurs while the IDistributedLockManager acquires a lock.
Declaration
public static LogEvent FailedToAcquireDistributedLock { get; }
Property Value
Type | Description |
---|---|
LogEvent |
FailedToCheckDistributedLock
Gets the LogEvent representing the log that is written when an error occurs while the IDistributedLockManager checks whether a lock is still valid.
Declaration
public static LogEvent FailedToCheckDistributedLock { get; }
Property Value
Type | Description |
---|---|
LogEvent |
FailedToReleaseDistributedLock
Gets the LogEvent representing the log that is written when an error occurs while the IDistributedLockManager releases a lock.
Declaration
public static LogEvent FailedToReleaseDistributedLock { get; }
Property Value
Type | Description |
---|---|
LogEvent |
FailedToSendDistributedLockHeartbeat
Gets the LogEvent representing the log that is written when an error occurs while the IDistributedLockManager tries to send the heartbeat to keep the lock alive.
Declaration
public static LogEvent FailedToSendDistributedLockHeartbeat { get; }
Property Value
Type | Description |
---|---|
LogEvent |
RecurringBackgroundServiceException
Gets the LogEvent representing the log that is written when an exception is thrown during an execution of the RecurringDistributedBackgroundService.
Declaration
public static LogEvent RecurringBackgroundServiceException { get; }
Property Value
Type | Description |
---|---|
LogEvent |
RecurringBackgroundServiceSleeping
Gets the LogEvent representing the log that is written when the RecurringDistributedBackgroundService is sleeping in between the executions.
Declaration
public static LogEvent RecurringBackgroundServiceSleeping { get; }
Property Value
Type | Description |
---|---|
LogEvent |
RecurringBackgroundServiceStopped
Gets the LogEvent representing the log that is written when the RecurringDistributedBackgroundService is stopped.
Declaration
public static LogEvent RecurringBackgroundServiceStopped { get; }
Property Value
Type | Description |
---|---|
LogEvent |
SubscriberResultDiscarded
Gets the LogEvent representing the log that is written when the IPublisher discards the return value of a subscribed method because it doesn't match with the expected return type.
Declaration
public static LogEvent SubscriberResultDiscarded { get; }
Property Value
Type | Description |
---|---|
LogEvent |