LogEntry<TState> 構造体

定義

1 つのログ エントリの情報を保持します。

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>)

LogEntry 構造体のインスタンスを初期化します。

プロパティ

名前 説明
Category

ログ カテゴリを取得します。

EventId

ログ イベント ID を取得します。

Exception

ログ例外を取得します。

Formatter

フォーマッタを取得します。

LogLevel

ログ レベルを取得します。

State

状態を取得します。

適用対象