Udostępnij za pośrednictwem


LoggingEventArgs Konstruktory

Definicja

Przeciążenia

LoggingEventArgs(String)

Inicjuje nowe wystąpienie klasy LoggingEventArgs.

LoggingEventArgs(String, ChannelMessageKind, String)

Inicjuje LoggingEventArgs nową instane klasy, która zawiera rodzaj i źródło komunikatu

LoggingEventArgs(String)

Inicjuje nowe wystąpienie klasy LoggingEventArgs.

public LoggingEventArgs (string message);
new Microsoft.ML.LoggingEventArgs : string -> Microsoft.ML.LoggingEventArgs
Public Sub New (message As String)

Parametry

message
String

Rejestrowany komunikat.

Dotyczy

LoggingEventArgs(String, ChannelMessageKind, String)

Inicjuje LoggingEventArgs nową instane klasy, która zawiera rodzaj i źródło komunikatu

public LoggingEventArgs (string message, Microsoft.ML.Runtime.ChannelMessageKind kind, string source);
new Microsoft.ML.LoggingEventArgs : string * Microsoft.ML.Runtime.ChannelMessageKind * string -> Microsoft.ML.LoggingEventArgs
Public Sub New (message As String, kind As ChannelMessageKind, source As String)

Parametry

message
String

Rejestrowany komunikat

kind
ChannelMessageKind

Typ wiadomości ChannelMessageKind

source
String

Źródło komunikatu

Dotyczy