async-rs / async-log

Async tracing capabilities for the log crate
Apache License 2.0
98 stars 5 forks source link

async stdify #9

Closed yoshuawuyts closed 3 years ago

yoshuawuyts commented 4 years ago

This removes the with clause, making the crate work with async-std out of the box. This should make it substantially easier to setup, and with https://github.com/yoshuawuyts/kv-log-macro it can be used to easily capture rich logs in async environments.

Thanks heaps!