Show / Hide Table of Contents

    Class CoreLogEvents

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

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

    Properties

    | Improve this doc View source

    AcquiringDistributedLock

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    | Improve this doc View source

    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
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini