MCPcopy
hub / github.com/parse-community/parse-server / info

Method info

src/Controllers/LoggerController.js:128–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 }
127
128 info() {
129 return this.log('info', arguments);
130 }
131
132 error() {
133 return this.log('error', arguments);

Callers 13

logInfoFunction · 0.80
trackSentFunction · 0.80
_logReportMethod · 0.80
executeMethod · 0.80
transformConstraintFunction · 0.80
mongoObjectToParseObjectFunction · 0.80
constructorMethod · 0.80
_onConnectMethod · 0.80
_handleConnectMethod · 0.80
checkFunction · 0.80
Logger.spec.jsFile · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected