Home
last modified time | relevance | path

Searched refs:msgLevel (Results 1 – 2 of 2) sorted by relevance

/plugin/runcommand/
H A Dpostaction.php17 function debug($msg,$msgLevel,$rcDebugLevel) { // DEBUG argument
19 if ($rcDebugLevel >= $msgLevel) {
H A Dsyntax.php54 function debug($msg,$msgLevel) { // DEBUG argument
56 if ($this->getConf('rc_debug_level') >= $msgLevel) {