Protected
_keyProtected
_valueStatic
mergeMerge list of KVs and skip duplicate key if found later in the list
Rest
...kvs: AbstractKeyValue<T>[]Static
mergeMerge list of KVs if duplicate keys found, convert the value into an array.
N.B.: Use this method with caution as downstream system such as logstash does not like when datatype of a key changes. It could result in the log being missed.
Rest
...kvs: AbstractKeyValue<T>[]Static
ofFactory method for KV
Generated using TypeDoc
Allow adding of a simple key/value pair to a log. When multiple key is detected, the first key logged prevails over subsequent value assigned to the same key