LogInfo Class¶
- Namespace
Microsoft.AspNetCore.Diagnostics.Elm
- Assemblies
- Microsoft.AspNetCore.Diagnostics.Elm
Properties¶
-
Microsoft.AspNetCore.Diagnostics.Elm.LogInfo.
ActivityContext
¶ Return type: Microsoft.AspNetCore.Diagnostics.Elm.ActivityContext public ActivityContext ActivityContext { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.LogInfo.
EventID
¶ Return type: System.Int32 public int EventID { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.LogInfo.
Exception
¶ Return type: System.Exception public Exception Exception { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.LogInfo.
Message
¶ Return type: System.String public string Message { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.LogInfo.
Name
¶ Return type: System.String public string Name { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.LogInfo.
Severity
¶ Return type: Microsoft.Extensions.Logging.LogLevel public LogLevel Severity { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.LogInfo.
State
¶ Return type: System.Object public object State { get; set; }
-
Microsoft.AspNetCore.Diagnostics.Elm.LogInfo.
Time
¶ Return type: System.DateTimeOffset public DateTimeOffset Time { get; set; }
-