Ask a question to get started
Enter to sendā¢Shift+Enter new line
Log an error with standardized format.
log_error( operation: str, error: Exception, logger_instance: Optional[logging.Logger] = None ) -> None
operation
str
Description of the operation that failed
error
Exception
The exception that occurred
logger_instance
Optional[logging.Logger]
None
Specific logger to use (defaults to module logger)