Home
last modified time | relevance | path

Searched refs:log (Results 26 – 33 of 33) sorted by relevance

12

/dokuwiki/inc/
H A DErrorHandler.php10 * 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/inc/Debug/
H A DDebugHelper.php35 * Log accesses to deprecated fucntions to the debug log
174 Logger::getInstance(Logger::LOG_DEPRECATED)->log($msg);
/dokuwiki/lib/scripts/
H A Dfileuploader.js874 log: function(str){ method in qq.UploadHandlerAbstract
875 if (this._options.debug && window.console) console.log('[uploader] ' + str);
1012 self.log('iframe loaded');
1062 this.log("converting iframe's innerHTML to JSON");
1063 this.log("innerHTML = " + doc.body.innerHTML);
1218 this.log("xhr - server response received");
1219 this.log("responseText = " + xhr.responseText);
H A Dfileuploaderextended.js252 self.log('iframe loaded');
/dokuwiki/lib/plugins/config/lang/pt/
H A Dlang.php134 $lang['logretain'] = 'Quantos dias manter no log.';
172 $lang['hidewarnings'] = 'Não exibir nenhum aviso (Warning) emitido pelo PHP. Isso pode facilitar a transição para o PHP8+. Avisos ainda serão registrados no log de erros e devem ser reportados.';
/dokuwiki/lib/plugins/config/lang/pt-br/
H A Dlang.php139 $lang['dontlog'] = 'Desabilita o registro de log para os seguintes tipos de logs.';
177 $lang['hidewarnings'] = 'Não exiba nenhum aviso emitido pelo PHP. Isso pode facilitar a transição para PHP8+. Os avisos ainda serão registrados no log de erros e devem ser relatados.';
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php153 * Make sure that the log never gets larger than this
756 * Current log size
788 * Real-time log file pointer
796 * Real-time log file size
812 * Real-time log file wrap boolean
4471 // the most useful log for SSH2
4498 // needs to be defined and that the resultant log file will be capped out at self::LOG_MAX_SIZE.
4499 // the earliest part of the log file is denoted by the first <<< START >>> and is not going to necessarily
4670 * Returns a log of the packets that have been sent and received.
4686 $log
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG1028 * Apache log file (Tux)

12