Class Tracing
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public static class Tracing
Methods
FireEvent<T>(T, String, Action<MessageUpdatedEventArgs>, Boolean)
Used in generated code to fire an event when a message is updated (and optionally writes a trace as well).
Declaration
public static T FireEvent<T>(T input, string text, Action<MessageUpdatedEventArgs> onMessageUpdated, bool doTraceAsWell)
Parameters
Returns
Type Parameters
Trace<T>(T, String)
Used in generated code to write a value with descriptive text
Declaration
public static T Trace<T>(T input, string text)
Parameters
Type |
Name |
Description |
T |
input |
|
String |
text |
|
Returns
Type Parameters