04-27-2025 05:38 PM
I wonder, would it be possible to use your SQLite Logger to extend the messenger library to have a logging capability similar to the Worker Framework Message logs.
04-28-2025 01:52 AM
I use this Logger in most of my Messenger Library projects, but I drop the logging calls in manually, rather than extend Messenger Library itself. I would expect that logging every message sent would be too much info to usefully soft through.