Instruction
Nicely done! The logging function has been created, so it's time to run a quick test and ensure that it works properly.
Exercise
Invoke the log_message() function with the following arguments:
| Parameter | Value |
|---|---|
| p_process_name | 'Ad-hoc query' |
| p_message_text | 'Log Message - Test' |
| p_level | 'info' |



