/dokuwiki/inc/ |
H A D | Logger.php | 8 * Log messages to a daily log file 19 /** @var string what kind of log is this */ 24 /** @var string[] a list of expected log messages, only used during unit testing */ 30 * @param string $facility The type of log 46 * @param string $facility The type of log 58 * Convenience method to directly log to the error log 60 * @param string $message The log message 61 * @param mixed $details Any details that should be added to the log entry 64 * @return bool has a log been written? 68 return self::getInstance(self::LOG_ERROR)->log( [all …]
|
H A D | ErrorHandler.php | 10 * Developer may use this to log and display exceptions themselves 54 * The exception is logged to the error log 65 ? 'More info has been written to the DokuWiki error log.' 93 if (self::logException($e)) $msg .= '<br />More info is available in the error log.'; 122 * Log the given exception to the error log 135 return Logger::getInstance()->log( 144 * Error handler to log non-exception errors
|
/dokuwiki/lib/plugins/logviewer/lang/it/ |
H A D | intro.txt | 1 ====== 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/vi/ |
H A D | intro.txt | 1 ====== Xem Nhật ký Log ====== 3 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…
|
H A D | nolog.txt | 1 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 D | lang.php | 8 $lang['menu'] = 'Xem nhật ký log'; 10 $lang['js']['filter'] = 'Lọc dòng nhật ký log:';
|
/dokuwiki/vendor/splitbrain/php-cli/src/ |
H A D | CLI.php | 25 $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 D | PSR3CLIv3.php | 5 use Psr\Log\LoggerInterface; 6 use Psr\Log\LoggerTrait; 20 public function log($level, string|\Stringable $message, array $context = []): void function in splitbrain\\phpcli\\PSR3CLIv3
|
H A D | PSR3CLI.php | 5 use Psr\Log\LoggerInterface;
|
/dokuwiki/lib/plugins/logviewer/lang/en/ |
H A D | nolog.txt | 1 There are no log entries for the selected day and log facility.
|
H A D | intro.txt | 4 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 D | nolog.txt | 1 Não há entradas de log para o dia selecionado e função de log.
|
H A D | intro.txt | 4 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…
|
H A D | lang.php | 10 $lang['js']['filter'] = 'Filtrar linhas de log:';
|
/dokuwiki/inc/lang/en/ |
H A D | login.txt | 3 …d in! Enter your authentication credentials below to log in. You need to have cookies enabled to l…
|
/dokuwiki/lib/plugins/logviewer/lang/pt/ |
H A D | intro.txt | 4 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…
|
H A D | lang.php | 10 $lang['js']['filter'] = 'Filtrar Linhas de Log:';
|
/dokuwiki/vendor/splitbrain/php-cli/ |
H A D | README.md | 85 Stacktraces will be printed on log level `debug`. 93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green… 130 The CLI class is a fully PSR-3 compatible logger (printing colored log data to STDOUT and STDERR). … 133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting … 138 … (with appropriate type hinting) only. Be sure you have the suggested `psr/log` composer package i… 142 ## Log Levels 159 Convenience methods for all log levels are available. Placeholder interpolation as described in PSR… 162 The default log level of your script can be set by overwriting the `$logdefault` member.
|
/dokuwiki/lib/plugins/logviewer/lang/de/ |
H A D | nolog.txt | 1 Es gibt keine Einträge für den ausgewählten Tag und Log-Typ.
|
/dokuwiki/inc/lang/id/ |
H A D | login.txt | 3 Anda belum login! Masukkan data autentifikasi dibawah ini untuk masuk log (login). Cookies harus di…
|
/dokuwiki/lib/scripts/ |
H A D | linkwiz.test.js | 27 console.log(`Test ${index + 1} passed`); 29 console.log(`Test ${index + 1} failed: expected ${expected}, got ${result}`);
|
/dokuwiki/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.yml | 91 …* Related entries in DokuWiki's log files. Especially when the error message states that more info… 92 written to the log file. 93 * Related entries in your webserver's error log files.
|
/dokuwiki/inc/ChangeLog/ |
H A D | PageChangeLog.php | 46 * @param int $timestamp log line date (optional) 47 * @return array revision info of added log line
|
H A D | MediaChangeLog.php | 46 * @param int $timestamp log line date (optional) 47 * @return array revision info of added log line
|
/dokuwiki/lib/plugins/popularity/ |
H A D | action.php | 47 //If an error occured, log it 50 //If the data has been sent successfully, previous log of errors are useless
|