Minify_Cache_File::_log PHP 메소드

_log() 보호된 메소드

Send message to the Minify logger
사용 중단: Use $this->logger
protected _log ( string $msg ) : null
$msg string
리턴 null
    protected function _log($msg)
    {
        trigger_error(__METHOD__ . ' is deprecated in Minify 3.0.', E_USER_DEPRECATED);
        $this->logger->warning($msg);
    }