Sdílet prostřednictvím


LoggingEventArgs Konstruktory

Definice

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

source
String

Zdroj zprávy

Platí pro