mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-12 11:08:31 -05:00
Use Logger overloads (#2163)
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
@@ -256,7 +255,7 @@ namespace Microsoft.SqlTools.Hosting.Protocol
|
||||
{
|
||||
if (SendEventIgnoreExceptions)
|
||||
{
|
||||
Logger.Write(TraceEventType.Verbose, "Exception in SendEvent " + ex.ToString());
|
||||
Logger.Verbose("Exception in SendEvent " + ex.ToString());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user