Class TextWriterLogManager
Manager for logging to a
Inherited Members
Namespace: Dicom.Log
Assembly: cs.temp.dll.dll
Syntax
public class TextWriterLogManager : LogManager
Constructors
TextWriterLogManager(TextWriter)
Initializes an instance of the TextWriterLogManager.
Declaration
public TextWriterLogManager(TextWriter textWriter)
Parameters
| Type | Name | Description |
|---|---|---|
| TextWriter | textWriter |
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. |