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

    Class MicrosoftLoggerFactoryAdapter

    Inheritance
    Object
    MicrosoftLoggerFactoryAdapter
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:CacheManager.Logging
    Assembly:CacheManager.Microsoft.Extensions.Logging.dll
    Syntax
    public class MicrosoftLoggerFactoryAdapter : ILoggerFactory, IDisposable

    Constructors

    | Improve this Doc View Source

    MicrosoftLoggerFactoryAdapter()

    Declaration
    public MicrosoftLoggerFactoryAdapter()
    | Improve this Doc View Source

    MicrosoftLoggerFactoryAdapter(ILoggerFactory)

    Declaration
    public MicrosoftLoggerFactoryAdapter(ILoggerFactory parentFactory)
    Parameters
    Type Name Description
    Microsoft.Extensions.Logging.ILoggerFactory parentFactory

    Methods

    | Improve this Doc View Source

    CreateLogger(String)

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

    CreateLogger<T>(T)

    Declaration
    public ILogger CreateLogger<T>(T instance)
    Parameters
    Type Name Description
    T instance
    Returns
    Type Description
    ILogger
    Type Parameters
    Name Description
    T
    Implements
    ILoggerFactory.CreateLogger<T>(T)
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    Implements
    IDisposable.Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    Boolean disposing
    | Improve this Doc View Source

    Finalize()

    Declaration
    protected void Finalize()
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net