<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <preference for="DJOGlobal\ErpCustomerSync\Api\ErpCustomerRepositoryInterface" type="DJOGlobal\ErpCustomerSync\Model\ErpCustomerRepository"/>

    <type name="DJOGlobal\ErpCustomerSync\Logger\Handler">
        <arguments>
            <argument name="filesystem" xsi:type="object">Magento\Framework\Filesystem\Driver\File</argument>
        </arguments>
    </type>
    <type name="DJOGlobal\ErpCustomerSync\Logger\Logger">
        <arguments>
            <argument name="name" xsi:type="string">erp_customer_sync</argument>
            <argument name="handlers"  xsi:type="array">
                <item name="system" xsi:type="object">DJOGlobal\ErpCustomerSync\Logger\Handler</item>
            </argument>
        </arguments>
    </type>
</config>
