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

指定したログ レベル、カテゴリ、イベント ID、状態、例外、およびフォーマッタ パラメーターを使用して、新しい LogEntry<TState> を作成します。

プロパティ

Category

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

EventId

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

Exception

ログ例外を取得します。

Formatter

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

LogLevel

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

State

TState を取得します。

適用対象