Class AbpInitLogEntry
public class AbpInitLogEntry
- Inheritance
-
AbpInitLogEntry
- Inherited Members
- Extension Methods
Constructors
AbpInitLogEntry()
public AbpInitLogEntry()
Properties
EventId
public EventId EventId { get; set; }
Property Value
Exception
public Exception? Exception { get; set; }
Property Value
Formatter
public Func<object, Exception?, string> Formatter { get; set; }
Property Value
LogLevel
public LogLevel LogLevel { get; set; }
Property Value
Message
public string Message { get; }
Property Value
State
public object State { get; set; }