Search Results for

    Show / Hide Table of Contents

    Class ConsoleLogManager

    Manager for logging to the console.

    Inheritance
    Object
    LogManager
    ConsoleLogManager
    Inherited Members
    LogManager.SetImplementation(LogManager)
    LogManager.GetLogger(String)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Log
    Assembly: cs.temp.dll.dll
    Syntax
    public class ConsoleLogManager : LogManager

    Fields

    Instance

    Singleton instance of the ConsoleLogManager.

    Declaration
    public static readonly LogManager Instance
    Field Value
    Type Description
    LogManager

    Methods

    GetLoggerImpl(String)

    Get logger from the current log manager implementation.

    Declaration
    protected override Logger GetLoggerImpl(string name)
    Parameters
    Type Name Description
    String name

    Classifier name, typically namespace or type name.

    Returns
    Type Description
    Logger

    Logger from the current log manager implementation.

    Overrides
    LogManager.GetLoggerImpl(String)
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors