Model
AbstractModel
Magento\ImportExport\Model\AbstractModel
What it does
This abstract base class provides common logging functionality for import/export operations in Magento 2.
Developers extend this class when creating custom import or export models to inherit built-in debug logging capabilities, log trace management, and access to the var/import_export directory for file operations.
Public Methods
- addLogComment()
- getFormatedLogTrace()