Crate async_anyhow_logger[][src]

Functions

catch

Catch an error from an asynchronous function, passing it to the error logger.

catch_context

Catch an error from an asynchronous function, passing it to the error logger with a static context.

catch_with_context

Catch an error from an asynchronous function, passing it to the error logger with a context lazily evaluated from a closure.