Allow logging to several log targets at once
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3546527. --> Reported by: [murz](https://www.drupal.org/user/157092) Related to !1 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Now the module provides a radio selector of the target, where it will store the logs.</p> <p>But sometimes developers want to put logs not only to one target, but to multiple ones. For example, to the file (as a long-term aggregated storage) and to the database (to have a convenient way to view logs directly in the Drupal admin panel).</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>To give this ability, it will be good to allow choosing multiple log targets in the settings, and submit the log entries to all the chosen targets at once.</p>
issue