LoggingEventArgs Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
LoggingEventArgs(String) |
Initializes a new instance of the LoggingEventArgs class. |
LoggingEventArgs(String, ChannelMessageKind, String) |
Initializes a new instane of LoggingEventArgs class that includes the kind and source of the message |
- Source:
- LoggingEventArgs.cs
- Source:
- LoggingEventArgs.cs
- Source:
- LoggingEventArgs.cs
Initializes a new instance of the LoggingEventArgs class.
public LoggingEventArgs(string message);
new Microsoft.ML.LoggingEventArgs : string -> Microsoft.ML.LoggingEventArgs
Public Sub New (message As String)
Parameters
- message
- String
The message being logged.
Applies to
ML.NET Preview и друге верзије
Производ | Верзије |
---|---|
ML.NET | 1.0.0, 1.1.0, 1.2.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview |
- Source:
- LoggingEventArgs.cs
- Source:
- LoggingEventArgs.cs
- Source:
- LoggingEventArgs.cs
Initializes a new instane of LoggingEventArgs class that includes the kind and source of the message
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)
Parameters
- message
- String
The message being logged
- kind
- ChannelMessageKind
The type of message ChannelMessageKind
- source
- String
The source of the message
Applies to
ML.NET Preview и друге верзије
Производ | Верзије |
---|---|
ML.NET | 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview |