Home
last modified time | relevance | path

Searched refs:LOG_ERROR (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/inc/
H A DLogger.php12 public const LOG_ERROR = 'error'; define in dokuwiki\\Logger
49 public static function getInstance($facility = self::LOG_ERROR)
68 return self::getInstance(self::LOG_ERROR)->log(
/dokuwiki/_test/core/
H A DDokuWikiTest.php279 protected function expectLogMessage(string $message, string $facility = Logger::LOG_ERROR): void
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php117 Logger::LOG_ERROR,