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