Allow adding of a simple key/value pair to a log where value can be
any value.
Please note that internally this would converted to JSON using
JSON.stringify. Therefore, any content that cannot be parsed
will result in '[object Object]' output.
It's preferred to use KV instead of this method as KV enforces
the use of TLoggableValue
Allow adding of a simple key/value pair to a log where value can be any value.
Please note that internally this would converted to JSON using JSON.stringify. Therefore, any content that cannot be parsed will result in '[object Object]' output.
It's preferred to use KV instead of this method as KV enforces the use of TLoggableValue