RSSCache::debug( $debugmsg,  $lvl = E_USER_NOTICE )

In this article

Source

		function debug ($debugmsg, $lvl=E_USER_NOTICE) {
	if ( MAGPIE_DEBUG ) {
		$this->error("MagpieRSS [debug] $debugmsg", $lvl);
	}
}

User Contributed Notes

You must log in before being able to contribute a note or feedback.