mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Use Logger overloads (#2163)
This commit is contained in:
@@ -113,7 +113,6 @@ GO";
|
||||
TestLogger test = new TestLogger()
|
||||
{
|
||||
TraceSource = System.Reflection.MethodInfo.GetCurrentMethod().Name,
|
||||
EventType = System.Diagnostics.TraceEventType.Information,
|
||||
TracingLevel = System.Diagnostics.SourceLevels.All,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user