PayPal\Log\PayPalLogger::__construct PHP Method

__construct() public method

public __construct ( $className )
    public function __construct($className)
    {
        $this->loggerName = $className;
        $this->initialize();
    }