다음을 통해 공유


FallbackEventDefinition 생성자

정의

오버로드

FallbackEventDefinition(EventId, LogLevel, String)

이벤트 정의 instance 만듭니다.

FallbackEventDefinition(EventId, LogLevel, String, String)

이벤트 정의 instance 만듭니다.

FallbackEventDefinition(ILoggingOptions, EventId, LogLevel, String, String)

이벤트 정의 instance 만듭니다.

FallbackEventDefinition(EventId, LogLevel, String)

Source:
FallbackEventDefinition.cs
Source:
FallbackEventDefinition.cs

이벤트 정의 instance 만듭니다.

public FallbackEventDefinition (Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string messageFormat);
new Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition : Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * string -> Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition
Public Sub New (eventId As EventId, level As LogLevel, messageFormat As String)

매개 변수

eventId
EventId

EventId

level
LogLevel

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

messageFormat
String

매개 변수가 있는 메시지 정의입니다.

적용 대상

FallbackEventDefinition(EventId, LogLevel, String, String)

Source:
FallbackEventDefinition.cs
Source:
FallbackEventDefinition.cs

이벤트 정의 instance 만듭니다.

public FallbackEventDefinition (Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string eventIdCode, string messageFormat);
new Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition : Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * string * string -> Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition
Public Sub New (eventId As EventId, level As LogLevel, eventIdCode As String, messageFormat As String)

매개 변수

eventId
EventId

EventId

level
LogLevel

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

eventIdCode
String

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

messageFormat
String

매개 변수가 있는 메시지 정의입니다.

적용 대상

FallbackEventDefinition(ILoggingOptions, EventId, LogLevel, String, String)

Source:
FallbackEventDefinition.cs
Source:
FallbackEventDefinition.cs
Source:
FallbackEventDefinition.cs
Source:
FallbackEventDefinition.cs
Source:
FallbackEventDefinition.cs
Source:
FallbackEventDefinition.cs
Source:
FallbackEventDefinition.cs

이벤트 정의 instance 만듭니다.

public FallbackEventDefinition (Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions loggingOptions, Microsoft.Extensions.Logging.EventId eventId, Microsoft.Extensions.Logging.LogLevel level, string eventIdCode, string messageFormat);
new Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition : Microsoft.EntityFrameworkCore.Diagnostics.ILoggingOptions * Microsoft.Extensions.Logging.EventId * Microsoft.Extensions.Logging.LogLevel * string * string -> Microsoft.EntityFrameworkCore.Diagnostics.FallbackEventDefinition
Public Sub New (loggingOptions As ILoggingOptions, eventId As EventId, level As LogLevel, eventIdCode As String, messageFormat As String)

매개 변수

loggingOptions
ILoggingOptions

로깅 옵션.

eventId
EventId

EventId

level
LogLevel

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

eventIdCode
String

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

messageFormat
String

매개 변수가 있는 메시지 정의입니다.

적용 대상