Expand description
Error handling utilities for rust-loguru
- Extension traits for Result/Option
- Error chain capturing
- Panic hook installation
- Source location capture
- Helper methods for error logging
Structs§
- Context
Error - Error type with context
Traits§
- Option
Ext - Extension trait for Option to add logging
- Result
Ext - Extension trait for Result to add logging and context
Functions§
- error_
chain - Capture the error chain as a Vec of Strings
- install_
panic_ hook - Install a panic hook that logs panics with location and payload