logary
logary copied to clipboard
Consider exception handling in Pipe/Processing
It should not be possible to crash the pipeline with an exception.
pipes if not involves async (like TickTimer
), they are invoked at callsite when user log message, exception here will raise to user's callsite , if involved with TickTimer
these exception will be print on stderr