Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Interface ILogManager

    Namespace: FellowOakDicom.Log
    Assembly: fo-dicom.core.dll
    Syntax
    [Obsolete("Fellow Oak DICOM now supports Microsoft.Extensions.Logging")]
    public interface ILogManager

    Methods

    GetLogger(String)

    Get logger.

    Declaration
    ILogger GetLogger(string name)
    Parameters
    Type Name Description
    System.String name

    Classifier name, typically namespace or type name.

    Returns
    Type Description
    ILogger

    A logger

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors