Home
last modified time | relevance | path

Searched refs:Logger (Results 101 – 106 of 106) sorted by path

12345

/plugin/sqlite/
H A DSQLiteDB.php12 use dokuwiki\Logger; alias
78 Logger::error('SQLite: Could not set WAL mode.', $e, $e->getFile(), $e->getLine());
167 Logger::debug('[sqlite] slow query: (' . $time . 's)', [
481 Logger::error(
/plugin/statistics/
H A Daction.php96 $hlp->Logger()->log_edit(cleanID($event->data[1] . ':' . $event->data[2]), $type);
105 $hlp->Logger()->log_search('', $event->data['query'], $event->data['highlight'], 'dokuwiki');
129 $hlp->Logger()->log_login($type);
139 $hlp->Logger()->log_login('C', $event->data['params'][0]);
160 $hlp->Logger()->log_media(
202 $hlp->Logger()->log_history_media();
205 $hlp->Logger()->log_history_pages();
H A Dhelper.php42 public function Logger() { function in helper_plugin_statistics
H A Dlog.php22 $plugin->Logger()->log_access();
23 $plugin->Logger()->log_session(1);
28 $plugin->Logger()->log_outgoing();
32 $plugin->Logger()->log_session();
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md131 you call backend code from your CLI that expects a Logger instance to produce any sensible status output while running.
/plugin/yearbox/
H A Dsyntax.php13 use dokuwiki\Logger; alias
113 if ( class_exists(Logger::class)) {
114 Logger::getInstance(Logger::LOG_DEBUG)->log(

12345