Serializes the given log event, using all values (including params).
Note that the default behavior for params serialization is to
stringify and truncate each value past a certain threshold.
For more details on how params is serialized,
see the stringifyAndJoin utility function.
Serializes the given log event, using all values (including
params
). Note that the default behavior forparams
serialization is to stringify and truncate each value past a certain threshold.For more details on how
params
is serialized, see thestringifyAndJoin
utility function.