PayPal\Core\PPLoggingManager::fine PHP Method

fine() public method

public fine ( $message )
    public function fine($message)
    {
        $this->log($message, PPLoggingLevel::FINE);
    }

Usage Example

 /**
  * @test
  */
 public function testFine()
 {
     $this->object->fine('Test fine Message');
 }