This crate is inspired by tracing-unwrap
,
and provides inspect
and unwrap_or_default
series of methods.
It also supports all types implemented Try
.
| method | level |
| ------------------------ | ----- |
| inspect_or_log*
| info |
| unwrap_or_default_log*
| warn |
| unwrap_or_log*
| error |