Show / Hide Table of Contents

    Interface ISilverbackLoggerFactory

    Creates instances of ISilverbackLogger<TCategoryName>.

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

    Methods

    CreateLogger<TCategoryName>()

    Creates a new ISilverbackLogger<TCategoryName> instance.

    Declaration
    ISilverbackLogger<TCategoryName> CreateLogger<TCategoryName>()
    Returns
    Type Description
    ISilverbackLogger<TCategoryName>

    The ISilverbackLogger<TCategoryName>.

    Type Parameters
    Name Description
    TCategoryName

    The category for messages produced by the logger.

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