Class DefaultInitLogger<T>
Inheritance
DefaultInitLogger<T>
Assembly: Volo.Abp.Core.dll
Syntax
public class DefaultInitLogger<T> : IInitLogger<T>, ILogger<T>, ILogger
Type Parameters
Constructors
DefaultInitLogger()
Declaration
public DefaultInitLogger()
Properties
Entries
Declaration
public List<AbpInitLogEntry> Entries { get; }
Property Value
Methods
BeginScope<TState>(TState)
Declaration
public virtual IDisposable BeginScope<TState>(TState state) where TState : notnull
Parameters
Type |
Name |
Description |
TState |
state |
|
Returns
Type Parameters
IsEnabled(LogLevel)
Declaration
public virtual bool IsEnabled(LogLevel logLevel)
Parameters
Returns
Log<TState>(LogLevel, EventId, TState, Exception?, Func<TState, Exception?, string>)
Declaration
public virtual void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)
Parameters
Type Parameters
Implements
Extension Methods