Class ConsoleLogger
Logger for output to the Console.
Inherited Members
Namespace: Dicom.Log
Assembly: cs.temp.dll.dll
Syntax
public class ConsoleLogger : TextWriterLogger
Fields
Instance
Singleton instance of the ConsoleLogger.
Declaration
public static readonly Logger Instance
Field Value
| Type | Description |
|---|---|
| Logger |
Methods
Log(LogLevel, String, Object[])
Log a message to the logger.
Declaration
public override void Log(LogLevel level, string msg, params object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| LogLevel | level | Log level. |
| String | msg | Log message (format string). |
| Object[] | args | Log message arguments. |