Searched defs:facility (Results 1 – 3 of 3) sorted by relevance
20 protected $facility; variable in dokuwiki\\Logger32 protected function __construct($facility)49 public static function getInstance($facility = self::LOG_ERROR)
18 protected $facility; variable in admin_plugin_logviewer
279 protected function expectLogMessage(string $message, string $facility = Logger::LOG_ERROR): void