Show / Hide Table of Contents

    Interface ISilverbackLogger

    Used to perform logging in Silverback.

    Namespace: Silverback.Diagnostics
    Assembly: Silverback.Core.dll
    Syntax
    public interface ISilverbackLogger

    Properties

    InnerLogger

    Gets the underlying ILogger.

    Declaration
    ILogger InnerLogger { get; }
    Property Value
    Type Description
    ILogger

    Methods

    IsEnabled(LogEvent)

    Checks if the given LogEvent is enabled according to its default or overridden LogLevel.

    Declaration
    bool IsEnabled(LogEvent logEvent)
    Parameters
    Type Name Description
    LogEvent logEvent

    The LogEvent to be checked.

    Returns
    Type Description
    bool

    true if enabled.

    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini