Class AbpInitLogEntry
Inheritance
object
AbpInitLogEntry
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Logging
Assembly: Volo.Abp.Core.dll
Syntax
public class AbpInitLogEntry
Constructors
AbpInitLogEntry()
Declaration
public AbpInitLogEntry()
Properties
EventId
Declaration
public EventId EventId { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Extensions.Logging.EventId |
Exception
Declaration
public Exception? Exception { get; set; }
Property Value
Type | Description |
---|---|
System.Exception |
Formatter
Declaration
public Func<object, Exception?, string> Formatter { get; set; }
Property Value
Type | Description |
---|---|
System.Func<T1, T2, TResult><object, System.Exception, string> |
LogLevel
Declaration
public LogLevel LogLevel { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Extensions.Logging.LogLevel |
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
string |
State
Declaration
public object State { get; set; }
Property Value
Type | Description |
---|---|
object |