Values_0.LogTargetSourceA log target.
type nonrec t = {targetType : LogTargetType.t;The target type.
*)targetName : LogTargetName.t option;The target name.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of LogTargetName.t ]) list ]