Interface ILogManager
Namespace: FellowOakDicom.Log
Assembly: fo-dicom.core.dll
Syntax
[Obsolete("Fellow Oak DICOM now supports Microsoft.Extensions.Logging")]
public interface ILogManager
Methods
GetLogger(String)
Get logger.
Declaration
ILogger GetLogger(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Classifier name, typically namespace or type name. |
Returns
Type | Description |
---|---|
ILogger | A logger |