error_sync

Macro error_sync 

Source
error_sync!() { /* proc-macro */ }
Expand description

Synchronous error-level logging (all builds).

For actual error conditions in Result error paths. Active in release builds.

logwise::error_sync!("Failed to read file: {error}", error="not found");