Add support for Monolog and Drupal Core logger without the Logger module
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3555898. --> Reported by: [murz](https://www.drupal.org/user/157092) Related to !4 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>In addition to the <a href="https://www.drupal.org/project/logger">Logger</a>, there is also a great <a href="https://www.drupal.org/project/monolog">Monolog</a> module that is able to store structured metadata too.</p> <p>Would be great to implement a Monolog Handler to provide the ability to store logs from Monolog to the database too, in addition to the Logger data source.</p> <p>Also, provide a fallback to work well with the Drupal Core logger, without any additional modules.</p>
issue