**Description:** There are some logging methods to make the process more verbose. **Task:** Add a new logging method for simple notifications. ``` def add_info(message) model.add_note(info, message) end ```
Description:
There are some logging methods to make the process more verbose.
Task:
Add a new logging method for simple notifications.