Function broadcastLogEvent

  • 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.

    The default console-like target is the global console object.

    Parameters

    Returns void

Generated using TypeDoc