dexter icon indicating copy to clipboard operation
dexter copied to clipboard

Grouped Logging feature

Open jwoertink opened this issue 4 years ago • 0 comments

When you log a bunch of asynchronous code, it gets logged out of order which leads to some confusing logs. To go along with https://github.com/luckyframework/lucky/issues/950#issuecomment-617433176, one thing we could do is queue up everything that needs to be logged, then log the queue all at the same time.

This could also be along the same lines as https://github.com/luckyframework/dexter/issues/38 where using dexter becomes a queue center for logging and special formatting. Then you can use the standard Crystal Log for lower level control.

jwoertink avatar Nov 29 '21 18:11 jwoertink