Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DLogger.php22 protected $isLogging = true; variable in dokuwiki\\Logger
37 if (in_array($facility, $dontlog)) $this->isLogging = false;
124 if (!$this->isLogging) return false;
163 public function isLogging()
165 return $this->isLogging;
154 public function isLogging() global() function in dokuwiki\\Logger
/dokuwiki/inc/Debug/
H A DDebugHelper.php25 !Logger::getInstance(Logger::LOG_DEPRECATED)->isLogging() &&