CommerceDataExportLoggerInterface
Magento\DataExporter\Model\Logging\CommerceDataExportLoggerInterface
What it does
This interface defines a contract for logging data export operations in Magento's Commerce Data Export module.
Developers implement this interface to track the progress of feed index synchronization operations, including initialization, progress updates, and completion.
It extends PSR-3 LoggerInterface and adds specific methods for profiling export operations with metrics like processed entities, execution time, and memory consumption.
Public Methods
- initSyncLog()
- addContext()
- logProgress()
- complete()