Implemented interface member:
method
LogException
Microsoft.CommonLanguageServerProtocol.Framework.ILspLogger.LogException(System.Exception, System.String, params System.Object[])
1 override of LogException
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
NoOpLspLogger.cs (1)
20public override void LogException(Exception exception, string? message = null, params object[] @params)