listen for logs to namespaces #518
Labels
discussion
This issue is requesting comments and discussion
feature
This proposes or provides a feature or enhancement
I'm trying to tidy up my logs and would love to be able to split the logs up by the debug namespace(s).
Currently, I have to overwrite the process.stdout.write function and parse each line looking for the namespaces.
As this is incredibly inefficient, I would love to get an event emitter in place where I can listen for any logs and get the namespace, message, etc passed to any handlers.
The text was updated successfully, but these errors were encountered: