Values.AddKeyEntrySourceThis object defines one key that will be added with the addKeys processor.
type nonrec t = {key : Key.t;The key of the new entry to be added to the log event
*)value : AddKeyValue.t;The value of the new entry to be added to the log event
*)overwriteIfExists : OverwriteIfExists.t option;Specifies whether to overwrite the value if the key already exists in the log event. If you omit this, the default is false.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of OverwriteIfExists.t | `String of Key.t ]) list ]