Serializes the given event and passes it onto the target console-like object.
The default serializer only performs partial serialization excluding params, and delegates handling of params to the console-like object.
params
The default console-like target is the global console object.
console
Generated using TypeDoc
Serializes the given event and passes it onto the target console-like object.
The default serializer only performs partial serialization excluding
params
, and delegates handling ofparams
to the console-like object.The default console-like target is the global
console
object.