SetLogLevelHandler implements RequestHandlerInterface
FinalYes
Handler for the logging/setLevel request.
Handles client requests to set the logging level for the server. The server should send all logs at this level and higher (more severe) to the client.
Tags
Table of Contents
Interfaces
Methods
- handle() : Response<string|int, EmptyResult>
- supports() : bool
Methods
handle()
public
handle(Request $request, SessionInterface $session) : Response<string|int, EmptyResult>
Parameters
- $request : Request
- $session : SessionInterface
Return values
Response<string|int, EmptyResult>supports()
public
supports(Request $request) : bool
Parameters
- $request : Request