LoggingEventArgs Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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