title | issue |
---|---|
Flow builder insert record to log_entry |
NEXT-19439. |
- Added
logFlowEvent
function atShopware\Core\Framework\Log\LoggingService.php
which used to add the log record from flow builder to log_entry. - Added
FlowLogEvent
atsrc/Core/Framework/Event
. - Added
LogAware
atsrc/Core/Framework/Log
. - Added
MailErrorEvent
atsrc\Core\Content\MailTemplate\Service\Event
. - Removed parameter
$logger
from methodShopware\Core\Content\Mail\Service\MailService::__construct
- Added implementation
LogAware
and remove implementationLogAwareBusinessEventInterface
in these events:MailBeforeSentEvent
MailBeforeValidateEvent
MailSentEvent
ProductExportLoggingEvent
- Deprecated function
logBusinessEvent
atsrc/Core/Framework/Log/LoggingService.php
. - Deprecated
src/Core/Framework/Log/LogAwareBusinessEventInterface.php
useLogAware
instead.