1 instantiation of LoggingEventArgs
Microsoft.ML.Data (1)
MLContext.cs (1)
162log(this, new LoggingEventArgs(message.Message, message.Kind, source.FullName));
15 references to LoggingEventArgs
Microsoft.Extensions.ML (1)
MLOptions.cs (1)
60private void Log(object sender, LoggingEventArgs e)
Microsoft.ML.AutoML (1)
Experiment\Experiment.cs (1)
92private void RelayCurrentContextLogsToLogger(object sender, LoggingEventArgs e)
Microsoft.ML.AutoML.Samples (2)
AutoMLExperiment.cs (1)
35context.Log += (object o, LoggingEventArgs e) =>
Sweepable\SweepableLightGBMBinaryExperiment.cs (1)
61context.Log += (object o, LoggingEventArgs e) =>
Microsoft.ML.AutoML.Tests (2)
AutoFitTests.cs (1)
33private void MlContextLog(object sender, LoggingEventArgs e)
MLContextManagerTests.cs (1)
52var messages = new List<LoggingEventArgs>();
Microsoft.ML.Data (3)
LoggingEventArgs.cs (2)
16/// Initializes a new instance of the <see cref="LoggingEventArgs"/> class. 25/// Initializes a new instane of <see cref="LoggingEventArgs"/> class that includes the kind and source of the message
MLContext.cs (1)
76public event EventHandler<LoggingEventArgs> Log;
Microsoft.ML.IntegrationTests (2)
Debugging.cs (1)
204public void ObserveEvent(object sender, LoggingEventArgs e)
IntegrationTestBaseClass.cs (1)
69public void LogTestOutput(object sender, LoggingEventArgs e)
Microsoft.ML.Samples (1)
Dynamic\Trainers\MulticlassClassification\ImageClassification\ImageClassificationDefault.cs (1)
117private static void MlContext_Log(object sender, LoggingEventArgs e)
Microsoft.ML.Samples.GPU (1)
docs\samples\Microsoft.ML.Samples\Dynamic\Trainers\MulticlassClassification\ImageClassification\ImageClassificationDefault.cs (1)
117private static void MlContext_Log(object sender, LoggingEventArgs e)
Microsoft.ML.TestFramework (1)
BaseTestBaseline.cs (1)
175private void LogTestOutput(object sender, LoggingEventArgs e)
Microsoft.ML.TorchSharp.Tests (1)
ObjectDetectionTests.cs (1)
71var logs = new List<LoggingEventArgs>();