1 write to RawMessage
Microsoft.ML.Data (1)
LoggingEventArgs.cs (1)
32RawMessage = message;
18 references to RawMessage
Microsoft.ML.AutoML.Samples (2)
AutoMLExperiment.cs (1)
39Console.WriteLine(e.RawMessage);
Sweepable\SweepableLightGBMBinaryExperiment.cs (1)
65Console.WriteLine(e.RawMessage);
Microsoft.ML.AutoML.Tests (15)
AutoFitTests.cs (3)
157this.Output.WriteLine(e.RawMessage); 188this.Output.WriteLine(e.RawMessage); 218this.Output.WriteLine(e.RawMessage);
AutoMLExperimentTests.cs (12)
51if (e.RawMessage.Contains("Update Running Trial")) 71this.Output.WriteLine(e.RawMessage); 138if (e.RawMessage.Contains("Update Completed Trial")) 159this.Output.WriteLine(e.RawMessage); 199if (e.RawMessage.Contains("Update Completed Trial")) 217this.Output.WriteLine(e.RawMessage); 242this.Output.WriteLine(e.RawMessage); 267this.Output.WriteLine(e.RawMessage); 290if (e.RawMessage.Contains("Trial")) 292this.Output.WriteLine(e.RawMessage); 319this.Output.WriteLine(e.RawMessage); 346this.Output.WriteLine(e.RawMessage);
Microsoft.ML.Data (1)
LoggingEventArgs.cs (1)
35Message = $"[Source={Source}, Kind={Kind}] {RawMessage}";