Hi, I have a question regarding the log method that is described here.
This feature sounds like a nice method to use. We're currently on v15.5.15.
- Unfortunately I think the
log method itself is missing in the AbstractExternalModule class that is packaged with redcap. The md documentation mentions a signature of log($message[, $parameters]).
queryLogs: this has a signature queryLogs($sql, $parameters = null) while the md documentation mentions getQueryLogsSql($sql).
removeLogs: this has a signature removeLogs() while the md documentation mentions removeLogs($whereClause, $parameters).
Hi, I have a question regarding the log method that is described here.
This feature sounds like a nice method to use. We're currently on v15.5.15.
logmethod itself is missing in the AbstractExternalModule class that is packaged with redcap. The md documentation mentions a signature oflog($message[, $parameters]).queryLogs: this has a signaturequeryLogs($sql, $parameters = null)while the md documentation mentionsgetQueryLogsSql($sql).removeLogs: this has a signatureremoveLogs()while the md documentation mentionsremoveLogs($whereClause, $parameters).