Add new logger for the Notes-feature that are new in WP 6.9.
Notes are added in blocks like this:
<!-- wp:paragraph {"metadata":{"noteId":2}} -->
User can:
- add note
- edit note
- remove/delete note
- mark note (thread?) as resolved
- reopen resolved note/thread
All notes activity is added using comments and the wp rest API.
Tasks:
- add new logger
- add messages for adding, editing, removing, resolving, and in resolving notes