Interface IInitLogger<T>
Inherited Members
Microsoft.Extensions.Logging.ILogger.Log<TState>(Microsoft.Extensions.Logging.LogLevel, Microsoft.Extensions.Logging.EventId, TState, System.Exception, System.Func<TState, System.Exception, string>)
Microsoft.Extensions.Logging.ILogger.IsEnabled(Microsoft.Extensions.Logging.LogLevel)
Microsoft.Extensions.Logging.ILogger.BeginScope<TState>(TState)
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 |
---|---|
System.Collections.Generic.List<T><AbpInitLogEntry> |