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>

생성자

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

지정된 로그 수준, 범주, 이벤트 ID, 상태, 예외 및 포맷터 매개 변수를 사용하여 새 LogEntry<TState>를 만듭니다.

속성

Category

로그 범주를 가져옵니다.

EventId

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

Exception

로그 예외를 가져옵니다.

Formatter

포맷터를 가져옵니다.

LogLevel

로그 수준을 가져옵니다.

State

TState를 가져옵니다.

적용 대상