Sends your logs to files, sockets, inboxes, databases and various web services
-
Updated
Jul 6, 2022 - PHP
Add a description, image, and links to the logger topic page so that developers can more easily learn about it.
To associate your repository with the logger topic, visit your repo's landing page and select "manage topics."
I'm trying to understand how a worker thread is passing an error back to the main Pino process through the worker message bus. In the code below there is a transport with an internal
EventEmitterthat emits an unhandlederrorevent. Yet, somehow, we can attach an.on('error')listener to the transport and handle that emitted event. How does this work?package.json