LogEntry<TState> 结构

定义

保存单个日志条目的信息。

generic <typename TState>
public value class LogEntry
public readonly struct LogEntry<TState>
type LogEntry<'State> = struct
Public Structure LogEntry(Of TState)

类型参数

TState
继承
LogEntry<TState>

构造函数

LogEntry<TState>(LogLevel, String, EventId, TState, Exception, Func<TState,Exception,String>)

使用指定的日志级别、类别、事件 ID、状态、异常和格式化程序参数创建新 LogEntry<TState>

属性

Category

获取日志类别。

EventId

获取日志事件 ID。

Exception

获取日志异常。

Formatter

获取格式化程序。

LogLevel

获取日志级别。

State

获取 TState

适用于