mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-02 17:24:50 -05:00
Use Logger overloads (#2163)
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Microsoft.SqlTools.ResourceProvider
|
||||
|
||||
// we need to switch to Information when preparing for public preview
|
||||
Logger.Initialize(tracingLevel: commandOptions.TracingLevel, commandOptions.PiiLogging, logFilePath: logFilePath, traceSource: "resourceprovider", commandOptions.AutoFlushLog);
|
||||
Logger.Write(TraceEventType.Information, "Starting SqlTools Resource Provider");
|
||||
Logger.Information("Starting SqlTools Resource Provider");
|
||||
|
||||
// set up the host details and profile paths
|
||||
var hostDetails = new HostDetails(
|
||||
|
||||
Reference in New Issue
Block a user