Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/PayPal/paypal/rest-api-sdk-php/lib/PayPal/Log/PayPalDefaultLogFactory.php
Строк: 24
<?php

namespace PayPalLog;

use 
PsrLogLoggerInterface;

/**
 * Class PayPalDefaultLogFactory
 *
 * This factory is the default implementation of Log factory.
 *
 * @package PayPalLog
 */
class PayPalDefaultLogFactory implements PayPalLogFactory
{
    
/**
     * Returns logger instance implementing LoggerInterface.
     *
     * @param string $className
     * @return LoggerInterface instance of logger object implementing LoggerInterface
     */
    
public function getLogger($className)
    {
        return new 
PayPalLogger($className);
    }
}
Онлайн: 1
Реклама