Support for psr/log 3

Currently laminas-log supports psr/log in the versions 1 and 2. Are there any plans in the near future to add support for psr/log version 3?

Thanks in advance

I was curious about this, so I enabled renovate on the repo: https://github.com/laminas/laminas-log/pull/37#pullrequestreview-1033634180

Turns out that we did indeed deprecate laminas/laminas-log, so I endorse you simply move to PSR-3 logger (from a consumer perspective), and something like monolog/monolog for the implementation side.