Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class Extensions

    Inheritance
    System.Object
    Extensions
    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
    public static class Extensions

    Methods

    WriteToLog(DicomDataset, ILogger, LogLevel)

    Declaration
    [Obsolete("Use the overload that accepts a Microsoft.Extensions.Logging.ILogger")]
    public static void WriteToLog(this DicomDataset dataset, ILogger log, LogLevel level)
    Parameters
    Type Name Description
    DicomDataset dataset
    ILogger log
    LogLevel level

    WriteToLog(DicomDataset, ILogger, LogLevel)

    Declaration
    public static void WriteToLog(this DicomDataset dataset, ILogger log, LogLevel level)
    Parameters
    Type Name Description
    DicomDataset dataset
    Microsoft.Extensions.Logging.ILogger log
    Microsoft.Extensions.Logging.LogLevel level

    WriteToLog(DicomFile, ILogger, LogLevel)

    Declaration
    [Obsolete("Use the overload that accepts a Microsoft.Extensions.Logging.ILogger")]
    public static void WriteToLog(this DicomFile file, ILogger log, LogLevel level)
    Parameters
    Type Name Description
    DicomFile file
    ILogger log
    LogLevel level

    WriteToLog(DicomFile, ILogger, LogLevel)

    Declaration
    public static void WriteToLog(this DicomFile file, ILogger log, LogLevel level)
    Parameters
    Type Name Description
    DicomFile file
    Microsoft.Extensions.Logging.ILogger log
    Microsoft.Extensions.Logging.LogLevel level

    WriteToString(DicomDataset)

    Declaration
    public static string WriteToString(this DicomDataset dataset)
    Parameters
    Type Name Description
    DicomDataset dataset
    Returns
    Type Description
    System.String

    WriteToString(DicomFile)

    Declaration
    public static string WriteToString(this DicomFile file)
    Parameters
    Type Name Description
    DicomFile file
    Returns
    Type Description
    System.String
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors