final | |
|---|---|
readonly | |
implements |
RequestHandlerInterface<'logging/setLevel', EmptyResult, ServerContext> |
Handles the logging/setLevel request by updating the server's minimum log
level so subsequent ServerContext::log() calls below the threshold are
dropped before reaching the transport.
| Methods | ||
|---|---|---|
public
|
__construct(LoggingLevelGate $gate)
|
# |
public
|
handle(JsonRpcRequest $request, AbstractContext $context): EmptyResult
|
# |