outr / scribe

The fastest logging library in the world. Built from scratch in Scala and programmatically configurable.
MIT License
525 stars 42 forks source link

Fixes SlackWriter to evaluate the IO. #640

Closed KristianAN closed 1 day ago

KristianAN commented 3 days ago

This uses unsafeRunAndForget. This is not ideal, but currently there is no way to wire up an effectfull writer as far as I can tell. An effectfull writer would also need to be wired up in the application (maybe some would prefer this).