BC broken with the removal of the logger channel
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3307496. --> Reported by: [upchuk](https://www.drupal.org/user/1885838) Related to !12 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>In <a href="https://www.drupal.org/project/monolog/issues/3294236">https://www.drupal.org/project/monolog/issues/3294236</a> you removed the Logger service which implemented the Drupal LoggerChannelInterface but this breaks BC because sites generally type hint on LoggerChannelInterface which of course the monolog/monolog logger doesn't have it.</p>
issue