We will be off on April 7th (Monday) for public holiday in our country

AdyenResult.php 1.29 KB
<?php
/**
 *                       ######
 *                       ######
 * ############    ####( ######  #####. ######  ############   ############
 * #############  #####( ######  #####. ######  #############  #############
 *        ######  #####( ######  #####. ######  #####  ######  #####  ######
 * ###### ######  #####( ######  #####. ######  #####  #####   #####  ######
 * ###### ######  #####( ######  #####. ######  #####          #####  ######
 * #############  #############  #############  #############  #####  ######
 *  ############   ############  #############   ############  #####  ######
 *                                      ######
 *                               #############
 *                               ############
 *
 * Adyen Payment module (https://www.adyen.com/)
 *
 * Copyright (c) 2015 Adyen BV (https://www.adyen.com/)
 * See LICENSE.txt for license details.
 *
 * Author: Adyen <magento@adyen.com>
 */

namespace Adyen\Payment\Logger\Handler;

use Monolog\Logger;
use Adyen\Payment\Logger\AdyenLogger;

class AdyenResult extends AdyenBase
{
    /**
     * @var string
     */
    protected $fileName = '/var/log/adyen/result.log';

    /**
     * @var int
     */
    protected $loggerType = AdyenLogger::ADYEN_RESULT;

    protected $level = AdyenLogger::ADYEN_RESULT;
}