Imdb\MdbBase::debug_object PHP Method

debug_object() protected method

protected debug_object ( $object )
    protected function debug_object($object)
    {
        $this->logger->error('{object}', array('object' => $object));
    }