<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="DJOGlobal\BoomiIntegration\Logger\Handler">
        <arguments>
            <argument name="filesystem" xsi:type="object">Magento\Framework\Filesystem\Driver\File</argument>
        </arguments>
    </type>
    <type name="DJOGlobal\BoomiIntegration\Logger\Logger">
        <arguments>
            <argument name="name" xsi:type="string">boomi_integration</argument>
            <argument name="handlers"  xsi:type="array">
                <item name="system" xsi:type="object">DJOGlobal\BoomiIntegration\Logger\Handler</item>
            </argument>
        </arguments>
    </type>

    <type name="DJOGlobal\BoomiIntegration\Logger\HandlerTaxes">
        <arguments>
            <argument name="filesystem" xsi:type="object">Magento\Framework\Filesystem\Driver\File</argument>
        </arguments>
    </type>
    <type name="DJOGlobal\BoomiIntegration\Logger\LoggerTaxes">
        <arguments>
            <argument name="name" xsi:type="string">boomi_integration_taxes</argument>
            <argument name="handlers"  xsi:type="array">
                <item name="system" xsi:type="object">DJOGlobal\BoomiIntegration\Logger\HandlerTaxes</item>
            </argument>
        </arguments>
    </type>
</config>
