Implemented interface member:
method
LogException
Microsoft.CommonLanguageServerProtocol.Framework.ILspLogger.LogException(System.Exception, System.String, params System.Object[])
3 overrides of LogException
Microsoft.CodeAnalysis.LanguageServer (1)
Logging\LspServiceLogger.cs (1)
33public override void LogException(Exception exception, string? message = null, params object[] @params) => _hostLogger.LogError(exception, message, @params);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
NoOpLspLogger.cs (1)
23public override void LogException(Exception exception, string? message = null, params object[] @params)
Microsoft.VisualStudio.LanguageServices (1)
LanguageClient\LogHubLspLogger.cs (1)
67public override void LogException(Exception exception, string? message = null, params object[] @params)