Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/vertexinc/module-request-logging/etc/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/vertexinc/module-request-logging/etc/di.xml

<?xml version="1.0"?>
<!--
/**
 * @author    Blue Acorn iCi <code@blueacornici.com>
 * @copyright 2021 Vertex, Inc. All Rights Reserved.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <!-- API Preferences -->
    <preference for="Vertex\RequestLoggingApi\Api\Data\LogEntrySearchResultsInterface"
                type="Vertex\RequestLogging\Model\Repository\LogEntrySearchResult"/>
    <preference for="Vertex\RequestLoggingApi\Api\LogEntryRepositoryInterface"
                type="Vertex\RequestLogging\Model\Repository\LogEntryRepository"/>
    <preference for="Vertex\RequestLoggingApi\Api\Data\LogEntryInterface"
                type="Vertex\RequestLogging\Model\Data\LogEntry"/>
    <preference for="Vertex\RequestLoggingApi\Model\LogRequestInterface"
                type="Vertex\RequestLogging\Model\LogRequest"/>
    <preference for="Vertex\RequestLoggingApi\Model\RetrieveLogLevelInterface"
                type="Vertex\RequestLogging\Model\RetrieveLogLevel"/>
</config>