Interface IInitLogger<T>
Inherited Members
Namespace: Volo.Abp.Logging
Assembly: Volo.Abp.Core.dll
Syntax
public interface IInitLogger<out T> : ILogger<T>, ILogger
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
Entries
Declaration
List<AbpInitLogEntry> Entries { get; }
Property Value
| Type | Description |
|---|---|
| List<AbpInitLogEntry> |