Log in
Model

Monolog

Magento\SaaSCommon\Model\Logging\Monolog

What it does

This class serves as a custom logger implementation specifically for SaaS export operations in Magento 2.

It extends Magento's core Monolog logger and implements the SaaSExportLoggerInterface, allowing developers to inject and use a dedicated logger for tracking SaaS-related export activities, errors, and debugging information.

Developers would use this when they need to log events specific to SaaS data synchronization and export processes.