Table of Contents

Class AbpInitLogEntry

Namespace
Volo.Abp.Logging
Assembly
Volo.Abp.Core.dll
public class AbpInitLogEntry
Inheritance
AbpInitLogEntry
Inherited Members
Extension Methods

Constructors

AbpInitLogEntry()

public AbpInitLogEntry()

Properties

EventId

public EventId EventId { get; set; }

Property Value

EventId

Exception

public Exception? Exception { get; set; }

Property Value

Exception

Formatter

public Func<object, Exception?, string> Formatter { get; set; }

Property Value

Func<object, Exception, string>

LogLevel

public LogLevel LogLevel { get; set; }

Property Value

LogLevel

Message

public string Message { get; }

Property Value

string

State

public object State { get; set; }

Property Value

object