Home
last modified time | relevance | path

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

/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