PHP Class PayPal\Log\PayPalDefaultLogFactory

This factory is the default implementation of Log factory.
Inheritance: implements PayPal\Log\PayPalLogFactory
Afficher le fichier Open project: paypal/rest-api-sdk-php

Méthodes publiques

Méthode Description
getLogger ( string $className ) : Psr\Log\LoggerInterface Returns logger instance implementing LoggerInterface.

Method Details

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