Sends your logs to files, sockets, inboxes, databases and various web services
-
Updated
May 31, 2022 - PHP
I have used this library and its not capturing Swift run time exception or traces. This is only handling Objective C exception. If you could help me out for showing Swift run time exception with stack trace.
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
EventEmitter
that emits an unhandlederror
event. Yet, somehow, we can attach an.on('error')
listener to the transport and handle that emitted event. How does this work?package.json