Verify that a specific log message is generated during function execution
Preconditions (2)
Step 1: Run the function that should produce a log message
Step 2: Capture the log output during the function execution
Step 3: Check if the expected log message appears in the captured logs
✅ Expected Result: The expected log message is found in the captured logs, confirming the function logs correctly