Values_0.SetV2LoggingLevelRequestSourceSets the logging level. Requires permission to access the SetV2LoggingLevel action.
type nonrec t = {logTarget : LogTarget.t;The log target.
*)logLevel : LogLevel.t;The log level.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `String of LogTargetName.t ]) list ])
list ]