Interface ILogger<T>
Provides a typed logging interface that inherits from ILogger.
Inherited Members
Namespace: Innovt.Core.CrossCutting.Log
Assembly: Innovt.Core.dll
Syntax
public interface ILogger<T> : ILogger
Type Parameters
| Name | Description |
|---|---|
| T | The type associated with the logger. |