Class AbpInitLogEntry
Inheritance
AbpInitLogEntry
Assembly: Volo.Abp.Core.dll
Syntax
public class AbpInitLogEntry
Constructors
AbpInitLogEntry()
Declaration
Properties
EventId
Declaration
public EventId EventId { get; set; }
Property Value
Exception
Declaration
public Exception? Exception { get; set; }
Property Value
Formatter
Declaration
public Func<object, Exception?, string> Formatter { get; set; }
Property Value
LogLevel
Declaration
public LogLevel LogLevel { get; set; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
State
Declaration
public object State { get; set; }
Property Value
Extension Methods