다음을 통해 공유


EventDefinitionBase 생성자

정의

오버로드

EventDefinitionBase(EventId, LogLevel)

이벤트 정의 instance 만듭니다.

EventDefinitionBase(EventId, LogLevel, String)

이벤트 정의 instance 만듭니다.

EventDefinitionBase(ILoggingOptions, EventId, LogLevel, String)

이벤트 정의 instance 만듭니다.

EventDefinitionBase(EventId, LogLevel)

이벤트 정의 instance 만듭니다.

protected EventDefinitionBase (Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level);
new Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase : Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel -> Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase
Protected Sub New (eventId As EventId, level As LogLevel)

매개 변수

eventId
EventId

EventId

level
LogLevel

LogLevel 이벤트가 기록될 입니다.

적용 대상

EventDefinitionBase(EventId, LogLevel, String)

이벤트 정의 instance 만듭니다.

protected EventDefinitionBase (Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string eventIdCode);
new Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase : Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * string -> Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase
Protected Sub New (eventId As EventId, level As LogLevel, eventIdCode As String)

매개 변수

eventId
EventId

EventId

level
LogLevel

LogLevel 이벤트가 기록될 입니다.

eventIdCode
String

ConfigureWanings에 전달되어야 하는 코드를 나타내는 문자열입니다.

적용 대상

EventDefinitionBase(ILoggingOptions, EventId, LogLevel, String)

이벤트 정의 instance 만듭니다.

protected EventDefinitionBase (Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions loggingOptions, Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string eventIdCode);
new Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase : Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions * Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * string -> Microsoft.EntityFrameworkCore.Diagnostics.EventDefinitionBase
Protected Sub New (loggingOptions As ILoggingOptions, eventId As EventId, level As LogLevel, eventIdCode As String)

매개 변수

loggingOptions
ILoggingOptions

로깅 옵션.

eventId
EventId

EventId

level
LogLevel

LogLevel 이벤트가 기록될 입니다.

eventIdCode
String

에 전달 ConfigureWarnings(Action<WarningsConfigurationBuilder>)되어야 하는 코드를 나타내는 문자열입니다.

적용 대상