Class ConsoleLogManager
Manager for logging to the console.
Inherited Members
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. |