Imdb\MdbBase::debug_html PHP Method

debug_html() protected method

protected debug_html ( $html )
    protected function debug_html($html)
    {
        $this->logger->error(htmlentities($html));
    }