setLogLevel method
Sends a request to change the current logging level.
Completes when the response is received.
Implementation
Future<void> setLogLevel(SetLevelRequest request) =>
sendRequest(SetLevelRequest.methodName, request);
Sends a request to change the current logging level.
Completes when the response is received.
Future<void> setLogLevel(SetLevelRequest request) =>
sendRequest(SetLevelRequest.methodName, request);