Decorator Parameters
Decorator Parameters
validate_input
: Enable input validation using type hintsvalidate_output
: Enable output validation using type hintslog_execution
: Enable structured logginglog_level
: Log level for the function ("DEBUG", "INFO", "WARNING", "ERROR")return_raw_result
: Return original result on success, structured format on errorenable_memory_monitoring
: Enable memory usage monitoringenable_cpu_monitoring
: Enable CPU usage monitoring