2 references to UpdateLogLevelParams
Microsoft.CodeAnalysis.LanguageServer (2)
LanguageServer\Handler\Logging\UpdateLogLevelHandler.cs (2)
19
internal class UpdateLogLevelHandler(ServerConfiguration serverConfiguration) : ILspServiceNotificationHandler<
UpdateLogLevelParams
>
27
public Task HandleNotificationAsync(
UpdateLogLevelParams
request, RequestContext requestContext, CancellationToken cancellationToken)