Skip to content

Commit 1183f88

Browse files
committed
revert to previous version of logtest for now.
1 parent cf42388 commit 1183f88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotnet/test/DotNetUnitTest/Log/LogTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ public void TestLogOutput()
1414
GXLogging.Debug(log, "Test Debug");
1515
GXLogging.Info(log, "Test Info");
1616
GXLogging.Warn(log, "Test Warn");
17-
GXLogging.Trace(log, "Test Trace {p1}", "parameter1");
1817
}
1918
}
2019
}

0 commit comments

Comments
 (0)