Problem/Motivation
Now the module provides a radio selector of the target, where it will store the logs.
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).
Proposed resolution
To give this ability, it will be good to allow choosing multiple log targets in the settings, and submit the log enries to all the chosen targets at once.
Comments
Comment #2
murzImplemented in the reworked version of the module with a new name "Logger" - see the issue #3546527: Allow logging to several log targets at once
Comment #4
murz