Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class FellowOakDicomLogger

    Inheritance
    System.Object
    FellowOakDicomLogger
    Implements
    Microsoft.Extensions.Logging.ILogger
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FellowOakDicom.Log
    Assembly: fo-dicom.core.dll
    Syntax
    [Obsolete("Fellow Oak DICOM now supports Microsoft.Extensions.Logging")]
    public class FellowOakDicomLogger : ILogger

    Constructors

    FellowOakDicomLogger(ILogger)

    Declaration
    public FellowOakDicomLogger(ILogger logger)
    Parameters
    Type Name Description
    ILogger logger

    Methods

    BeginScope<TState>(TState)

    Declaration
    public IDisposable BeginScope<TState>(TState state)
    Parameters
    Type Name Description
    TState state
    Returns
    Type Description
    System.IDisposable
    Type Parameters
    Name Description
    TState

    IsEnabled(LogLevel)

    Declaration
    public bool IsEnabled(LogLevel logLevel)
    Parameters
    Type Name Description
    Microsoft.Extensions.Logging.LogLevel logLevel
    Returns
    Type Description
    System.Boolean

    Log<TState>(LogLevel, EventId, TState, Exception, Func<TState, Exception, String>)

    Declaration
    public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)
    Parameters
    Type Name Description
    Microsoft.Extensions.Logging.LogLevel logLevel
    Microsoft.Extensions.Logging.EventId eventId
    TState state
    System.Exception exception
    System.Func<TState, System.Exception, System.String> formatter
    Type Parameters
    Name Description
    TState

    Implements

    Microsoft.Extensions.Logging.ILogger

    Extension Methods

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