• CacheManager
  • Documentation
  • Api Docs
  • MichaCo.net
    Show / Hide Table of Contents

    Interface ILoggerFactory

    Namespace:CacheManager.Core.Logging
    Assembly:CacheManager.Core.dll
    Syntax
    public interface ILoggerFactory

    Methods

    | Improve this Doc View Source

    CreateLogger(String)

    Declaration
    ILogger CreateLogger(string categoryName)
    Parameters
    Type Name Description
    String categoryName
    Returns
    Type Description
    ILogger
    | Improve this Doc View Source

    CreateLogger<T>(T)

    Declaration
    ILogger CreateLogger<T>(T instance)
    Parameters
    Type Name Description
    T instance
    Returns
    Type Description
    ILogger
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net