Ask a question to get started
Enter to sendā¢Shift+Enter new line
Log operation success with standardized format.
log_operation_success( operation: str, details: str = '', logger_instance: Optional[logging.Logger] = None ) -> None
operation
str
Description of the completed operation
details
''
Additional details about the operation result
logger_instance
Optional[logging.Logger]
None
Specific logger to use (defaults to module logger)