次の方法で共有


FileLoggingOutput.Log<TState> メソッド

定義

メッセージのログを記録します。

public void Log<TState> (Microsoft.Extensions.Logging.LogLevel logLevel, Microsoft.Extensions.Logging.EventId eventId, TState state, Exception exception, Func<TState,Exception,string> formatter, string category);
member this.Log : Microsoft.Extensions.Logging.LogLevel * Microsoft.Extensions.Logging.EventId * 'State * Exception * Func<'State, Exception, string> * string -> unit
Public Sub Log(Of TState) (logLevel As LogLevel, eventId As EventId, state As TState, exception As Exception, formatter As Func(Of TState, Exception, String), category As String)

型パラメーター

TState

state の型。

パラメーター

logLevel
LogLevel

ログ レベル。

eventId
EventId

イベント識別子。

state
TState

都道府県。

exception
Exception

例外。

formatter
Func<TState,Exception,String>

フォーマッタ。

category
String

カテゴリです。

適用対象