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>

생성자

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

LogEntry 구조체의 인스턴스를 초기화합니다.

속성

Name Description
Category

로그 범주를 가져옵니다.

EventId

로그 이벤트 ID를 가져옵니다.

Exception

로그 예외를 가져옵니다.

Formatter

포맷터를 가져옵니다.

LogLevel

로그 수준을 가져옵니다.

State

상태를 가져옵니다.

적용 대상