SetLevelRequest extension type
A request from the client to the server, to enable or adjust logging.
Constructors
- SetLevelRequest.new({required LoggingLevel level, MetaWithProgressToken? meta})
-
factory
-
SetLevelRequest.fromMap(Map<
String, Object?> _value)
Properties
- level → LoggingLevel
-
The level of logging that the client wants to receive from the server.
no setter
- meta → MetaWithProgressToken?
-
If specified, the caller is requesting out-of-band progress notifications
for this request (as represented by notifications/progress).
no setterinherited
Constants
- methodName → const String