Home
last modified time | relevance | path

Searched +full:debuglevel +(+path:plugin +path:siteexport) -(+path:plugin +path:siteexport +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/siteexport/inc/
H A Ddebug.php9 private $debugLevel = 5; variable in siteexport_debug
45 $this->debugLevel = $level;
48 public function debugLevel() function in siteexport_debug
50 return $this->debugLevel;
55 * Set the debugLevel below 5 to enable the debugging.
83 if( $this->debugLevel > $level && !$ajaxCanLog ) return; // only log certain Debug Levels
95 $this->debugLevel = 5; // shutdown debug
100 $this->debugLevel = 5; // shutdown debug
H A Dsettings.php51 $debugLevel = $INPUT->int('debug', -1, true);
52 if ( $debugLevel >= 0 && $debugLevel <= 5) {
53 $functions->debug->setDebugLevel($debugLevel);
56 $functions->debug->setDebugLevel($this->getConf('debugLevel'));
H A Dfilewriter.php76 …if ($this->functions->debug->debugLevel() <= 1) { // 2011-01-12 Write HTML to ZIP for Debug purpose
H A Dfunctions.php35 if ($this->debug->debugLevel() < 5) {
37 $params['debug'] = $this->debug->debugLevel();
/plugin/siteexport/conf/
H A Ddefault.php13 $conf['debugLevel'] = 5;
H A Dmetadata.php14 $meta['debugLevel'] = array('multichoice', '_choices' => array('5', '4', '3', '2', '1'));