Interface ILogger<TService>
Defines a service contract for a logger associated to a specific service.
Namespace: Kephas.Logging
Assembly: Kephas.Core.dll
Syntax
[SingletonAppServiceContract(AsOpenGeneric = true)]
public interface ILogger<TService> : ILogger
Type Parameters
Name | Description |
---|---|
TService | The type of the service. |