Problem/Motivation
logger.dblog
is backend overrideable but it's pointless to override it because the module is littered with database queries.
Proposed resolution
Extend Psr\Log\LoggerInterface
and add a method as necessary for every query.
Remaining tasks
Code it.
User interface changes
None.
API changes
It's all just additional. No code breaks.