Home
last modified time | relevance | path

Searched refs:logDebug (Results 1 – 2 of 2) sorted by relevance

/plugin/renderrevisions/action/
H A Dsave.php120 … $this->logDebug($ID . ' Wrote render hash cache: path=' . $md5cache . ' hash=' . $md5xhtml);
124 $this->logDebug(
153 $this->logDebug($ID . ' Created new wiki revision');
157 $this->logDebug(
162 …$this->logDebug($ID . ' Render diff unavailable: no stored render for rev ' . filemtime(wikiFN($ID…
236 protected function logDebug(string $message) function in action_plugin_renderrevisions_save
/plugin/authwordpress/
H A Dauth.php152 $this->logDebug("Password " . ($check ? 'OK' : 'Invalid'));
235 $this->logDebug("Retrieving data for user '$user'\n$sql");
240 $this->logDebug("Error $err[1]: $err[2]");
247 $this->logDebug("Unknown user");
393 protected function logDebug(string $msg): void function in auth_plugin_authwordpress