We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf42388 commit 1183f88Copy full SHA for 1183f88
dotnet/test/DotNetUnitTest/Log/LogTest.cs
@@ -14,7 +14,6 @@ public void TestLogOutput()
14
GXLogging.Debug(log, "Test Debug");
15
GXLogging.Info(log, "Test Info");
16
GXLogging.Warn(log, "Test Warn");
17
- GXLogging.Trace(log, "Test Trace {p1}", "parameter1");
18
}
19
20
0 commit comments