Skip to content

Added E-Mail logger

Compare
Choose a tag to compare
@ctippler ctippler released this 17 Jan 14:35
· 380 commits to master since this release

Added an e-mail logger.

It basically sends the logs to a specific e-mail address.
If the Bundle is updated, this logger has to be added manually to the "executorLoggerClasses" in the plugin-process-manager.php config file:

[
"class" => "\Elements\Bundle\ProcessManagerBundle\Executor\Logger\EmailSummary"
]