Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 40) sorted by relevance

12

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DCLI.php25 $this->log('emergency', $message, $context);
39 $this->log('alert', $message, $context);
52 $this->log('critical', $message, $context);
64 $this->log('error', $message, $context);
78 $this->log('warning', $message, $context);
91 $this->log('notice', $message, $context);
104 $this->log('info', $message, $context);
115 $this->log('debug', $message, $context);
123 public function log($level, $message, array $context = array()) function in splitbrain\\phpcli\\CLI
H A DPSR3CLIv3.php20 public function log($level, string|\Stringable $message, array $context = []): void function in splitbrain\\phpcli\\PSR3CLIv3
/dokuwiki/lib/plugins/logviewer/lang/it/
H A Dintro.txt1 ====== Visualizza i log ======
3 …are i vari log scritti da DokuWiki. Di default, non dovrebbero esserci molti log (dipende dalle tu…
6 Tieni presente che i **file di log possono contenere informazioni sensibili** come password, percor…
7 Assicurati di redigere i log in modo appropriato quando li pubblichi sul forum o nelle segnalazioni…
/dokuwiki/lib/plugins/logviewer/lang/en/
H A Dnolog.txt1 There are no log entries for the selected day and log facility.
H A Dintro.txt4 here (it depends on your [[doku>config:dontlog|log settings]]). However if something goes wrong, ch…
7 Please be aware that **log files can contain sensitive information** like passwords, paths or other…
/dokuwiki/lib/plugins/logviewer/lang/pt-br/
H A Dnolog.txt1 Não há entradas de log para o dia selecionado e função de log.
H A Dintro.txt4 aqui (depende das suas [[doku>config:dontlog|log settings]]). No entanto, se algo der errado, as ch…
7 Esteja ciente de que **arquivos de log podem conter informações confidenciais** como senhas, caminh…
/dokuwiki/inc/lang/en/
H A Dlogin.txt3 …d in! Enter your authentication credentials below to log in. You need to have cookies enabled to l…
H A Dsubscr_list.txt10 To cancel the page notifications, log into the wiki at
H A Dsubscr_digest.txt13 To cancel the page notifications, log into the wiki at
H A Dsubscr_single.txt16 To cancel the page notifications, log into the wiki at
/dokuwiki/lib/plugins/logviewer/lang/vi/
H A Dnolog.txt1 Không có mục nhật ký log nào cho cơ sở nhật ký log và ngày tháng đã chọn.
H A Dintro.txt3 Giao diện này cho phép bạn xem các nhật ký log khác nhau do DokuWiki viết. Theo mặc định, không nên…
4 tại đây (nó còn tùy thuộc vào [[doku>config:dontlog|cài đặt nhật ký log]] của bạn). Tuy nhiên, nếu …
7 Xin lưu ý rằng **tệp nhật ký log có thể chứa thông tin nhạy cảm** như mật khẩu, đường dẫn hoặc các …
8 Đảm bảo sắp xếp lại các nhật ký log một cách thích hợp khi đăng chúng lên diễn đàn hoặc trong các b…
/dokuwiki/inc/
H A DLogger.php68 return self::getInstance(self::LOG_ERROR)->log(
87 return self::getInstance(self::LOG_DEBUG)->log(
106 return self::getInstance(self::LOG_DEPRECATED)->log(
124 public function log($message, $details = null, $file = '', $line = 0) function in dokuwiki\\Logger
174 * @param string $log
177 public function expect($log) argument
179 $this->expected[] = $log;
H A DTaskRunner.php131 $log = ChangeLog::parseLogLine($lines[$i]);
132 if ($log === false) {
136 if ($log['date'] < $trim_time) {
138 $old_lines[$log['date'] . ".$i"] = $lines[$i];
141 $out_lines[$log['date'] . ".$i"] = $lines[$i];
/dokuwiki/lib/plugins/logviewer/lang/ru/
H A Dintro.txt3 …информации (это зависит от вашей настройки параметра [[doku>config:dontlog|log settings]]). Однако…
/dokuwiki/lib/plugins/logviewer/lang/ko/
H A Dintro.txt3 이 인터페이스를 통해 DokuWiki에서 기록된 다양한 로그를 볼 수 있습니다. 기본적으로 여기에 많은 내용이 없을 것입니다 (이는 [[doku>config:dontlog|log
/dokuwiki/lib/scripts/
H A Dlinkwiz.test.js27 console.log(`Test ${index + 1} passed`);
29 console.log(`Test ${index + 1} failed: expected ${expected}, got ${result}`);
H A Dcompatibility.js22 console.log(line);
/dokuwiki/inc/lang/id/
H A Dlogin.txt3 Anda belum login! Masukkan data autentifikasi dibawah ini untuk masuk log (login). Cookies harus di…
/dokuwiki/lib/tpl/dokuwiki/lang/hu/
H A Dstyle.txt1logó megváltoztatásához tölts fel egy képet "logo.png" néven a "wiki" névtérbe vagy a kiindulási n…
/dokuwiki/lib/plugins/logviewer/lang/pt/
H A Dintro.txt4 aqui (depende das suas [[doku>config:dontlog|configurações de log]]). No entanto, se algo der errad…
6 Esteja ciente de que **arquivos de log podem conter informações confidenciais** como senhas, caminh…
/dokuwiki/inc/lang/da/
H A Dsubscr_digest.txt13 For at stoppe notifikationer om sideændringer, log ind på wikien på
H A Dsubscr_single.txt16 For at stoppe notifikationer om sideændringer, log ind på wikien på
/dokuwiki/inc/Extension/
H A DEvent.php78 … ->log($this->name . ':BEFORE event triggered before event system was initialized');
100 log($this->name . ':AFTER event triggered before event system was initialized');

12