How to log and trace NodeJS Events and Event handlers invocation?
问题 Is there any way to log All other Registered Event handlers when an event handler gets registered? Also Is there any way to log All Events emitted, and name of handler functions that gets triggered in when an event gets emitted during runtime? If the nodejs application triggers chained events (one event triggering another ) and each event has multiple handlers, when exception occurs at leaf of event-handler-chain, stacktrace does not show complete information of the context. Event log and