Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 33) 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/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, chances are high
7 Please be aware that **log files can contain sensitive information** like passwords, paths or other secrets.
/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 chances são altas
7 Esteja ciente de que **arquivos de log podem conter informações confidenciais** como senhas, caminhos ou outros segredos.
/dokuwiki/inc/lang/en/
H A Dlogin.txt3 You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
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 có nhiều
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 có gì đó không ổn, rất có thể
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 bí mật khá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áo cáo lỗi
/dokuwiki/inc/lang/id/
H A Dlogin.txt3 Anda belum login! Masukkan data autentifikasi dibawah ini untuk masuk log (login). Cookies harus diaktifkan agar bisa login.
/dokuwiki/inc/
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];
H A DLogger.php8 * Log messages to a daily log file
19 /** @var string what kind of log is this */
27 * @param string $facility The type of log
43 * @param string $facility The type of log
55 * Convenience method to directly log to the error log
57 * @param string $message The log message
58 * @param mixed $details Any details that should be added to the log entry
61 * @return bool has a log been written?
65 return self::getInstance(self::LOG_ERROR)->log(
112 public function log($message, $details = null, $file = '', $line = 0) global() function in dokuwiki\\Logger
[all...]
/dokuwiki/lib/tpl/dokuwiki/lang/hu/
H A Dstyle.txt
/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 errado, as chances são altas de você encontrar informações úteis sobre o problema. Todos os horários são UTC!
6 Esteja ciente de que **arquivos de log podem conter informações confidenciais** como senhas, caminhos ou outros segredos.
/dokuwiki/lib/scripts/
H A Dcompatibility.js22 console.log(line);
/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');
/dokuwiki/lib/plugins/logviewer/
H A Dstyle.less32 .log {
/dokuwiki/lib/plugins/logviewer/lang/cs/
H A Dintro.txt
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md85 Stacktraces will be printed on log level `debug`.
93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green), ``info()`` (cyan),
130 The CLI class is a fully PSR-3 compatible logger (printing colored log data to STDOUT and STDERR). This is useful when
138 The resulting object then can be passed as the logger instance. The difference between the two is in adjusted method signatures (with appropriate type hinting) only. Be sure you have the suggested `psr/log` composer package installed when using these classes.
159 Convenience methods for all log levels are available. Placeholder interpolation as described in PSR-3 is available, too.
162 The default log level of your script can be set by overwriting the `$logdefault` member.
/dokuwiki/inc/Utf8/
H A DSort.php54 Logger::getInstance(Logger::LOG_DEBUG)->log(

12