PayPal\Log\PayPalLogFactory::getLogger PHP Méthode

getLogger() public méthode

Returns logger instance implementing LoggerInterface.
public getLogger ( string $className ) : Psr\Log\LoggerInterface
$className string
Résultat Psr\Log\LoggerInterface instance of logger object implementing LoggerInterface
    public function getLogger($className);
PayPalLogFactory