PayPal\Core\PPLoggingManager::flush PHP Method

flush() public method

public flush ( )
    public function flush()
    {
        if ($this->loggerMessage) {
            error_log($this->loggerMessage, 3, $this->loggerFile);
        }
    }