LogEntry<TState> Struct

Definitie

Bevat de informatie voor één logboekvermelding.

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

Type parameters

TState
Overname
LogEntry<TState>

Constructors

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

Initialiseert een exemplaar van de LogEntry-struct.

Eigenschappen

Name Description
Category

Hiermee haalt u de logboekcategorie op.

EventId

Hiermee haalt u de gebeurtenis-id van het logboek op.

Exception

Hiermee wordt de uitzondering voor logboeken ophaalt.

Formatter

Hiermee haalt u de notatie op.

LogLevel

Hiermee haalt u het logboekniveau op.

State

Krijgt de staat.

Van toepassing op