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

    | Improve this doc View source

    InnerLogger

    Gets the underlying ILogger.

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

    Methods

    | Improve this doc View source

    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.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini