Searched refs:facility (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/inc/ |
H A D | Logger.php | 20 protected $facility; variable in dokuwiki\\Logger 30 * @param string $facility The type of log 32 protected function __construct($facility) argument 35 $this->facility = $facility; 40 if (in_array($facility, $dontlog)) $this->isLogging = false; 46 * @param string $facility The type of log 49 public static function getInstance($facility = self::LOG_ERROR) argument 51 if (empty(self::$instances[$facility])) { 52 self::$instances[$facility] = new Logger($facility); 54 return self::$instances[$facility]; [all …]
|
/dokuwiki/lib/plugins/logviewer/ |
H A D | admin.php | 18 protected $facility; variable in admin_plugin_logviewer 33 $this->facility = $INPUT->str('facility'); 34 if (!in_array($this->facility, $this->facilities)) { 35 $this->facility = $this->facilities[0]; 64 $form->setHiddenField('facility', $this->facility); 71 foreach ($this->facilities as $facility) { 73 if ($facility == $this->facility) { 74 echo '<strong>' . hsc($facility) . '</strong>'; 78 … ['do' => 'admin', 'page' => 'logviewer', 'date' => $this->date, 'facility' => $facility] 80 echo '<a href="' . $link . '">' . hsc($facility) . '</a>'; [all …]
|
/dokuwiki/lib/plugins/logviewer/lang/en/ |
H A D | nolog.txt | 1 There are no log entries for the selected day and log facility.
|
/dokuwiki/_test/core/ |
H A D | DokuWikiTest.php | 275 * @param string $facility 279 protected function expectLogMessage(string $message, string $facility = Logger::LOG_ERROR): void argument 281 $logger = Logger::getInstance($facility);
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
H A D | LICENSE | 175 d) If a facility in the modified Library refers to a function or a 177 the facility, other than as an argument passed when the facility 180 table, the facility still operates, and performs whatever part of
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
H A D | LICENCE | 175 d) If a facility in the modified Library refers to a function or a 177 the facility, other than as an argument passed when the facility 180 table, the facility still operates, and performs whatever part of
|