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