15 references to Log
Microsoft.ML.Predictor.Tests (2)
CompareBaselines.cs (1)
53
Log
("Comparing baselines in {0} with {1}", root1, root2);
TestConcurrency.cs (1)
48
Log
("*** Predictor returned {0}", res);
Microsoft.ML.TestFramework (13)
BaseTestBaseline.cs (4)
189
Log
("Test {0}: {1}: {2}", TestName,
242
Log
($"*** Failure #{_failures}: " + fmt, args);
466
Log
("Suffix of length {0} compared against sequence of length {1}", suffixList.Count, seqList.Count + idx);
551
Log
("Output matches baseline: '{0}'", relPath);
BaseTestPredictorsMaml.cs (5)
106
Log
("Running '{0}' on '{1}'", ctx.Predictor.Trainer.Kind, ctx.Dataset.name);
156
Log
(" Running as: {0} {1}", ctx.Command, runcmd);
164
Log
("*** End raw predictor output, return={0}", res);
182
Log
(" Saving summary with: {0}", str);
191
Log
(" Saving ini file: {0}", str);
DataPipe\TestDataPipeBase.cs (3)
544
Log
("View saved in {0} bytes", stream.Length);
595
Log
("View saved in {0} bytes", stream.Length);
758
Log
("Id collision {0} at {1}, further collisions will not be logged", id, curs1.Position);
TestCommandBase.cs (1)
303
Log
("*** Predictor returned {0}", res);