LoggingEventArgs Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
LoggingEventArgs(String) |
Inicializuje novou instanci LoggingEventArgs třídy. |
LoggingEventArgs(String, ChannelMessageKind, String) |
Inicializuje nový instane třídy LoggingEventArgs , která obsahuje druh a zdroj zprávy |
LoggingEventArgs(String)
Inicializuje novou instanci LoggingEventArgs třídy.
public LoggingEventArgs (string message);
new Microsoft.ML.LoggingEventArgs : string -> Microsoft.ML.LoggingEventArgs
Public Sub New (message As String)
Parametry
- message
- String
Zpráva, která se protokoluje.
Platí pro
LoggingEventArgs(String, ChannelMessageKind, String)
Inicializuje nový instane třídy LoggingEventArgs , která obsahuje druh a zdroj zprávy
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
Zaprotokolovaná zpráva
- kind
- ChannelMessageKind
Typ zprávy ChannelMessageKind
- source
- String
Zdroj zprávy