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");error_sync!() { /* proc-macro */ }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");