Values_0.LogTargetConfigurationSourceThe target configuration.
type nonrec t = {logTarget : LogTarget.t option;A log target
*)logLevel : LogLevel.t option;The logging level.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `String of LogTargetName.t ]) list ])
list ]