Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
logInfo
Function · 0.80
trackSent
Function · 0.80
_logReport
Method · 0.80
execute
Method · 0.80
transformConstraint
Function · 0.80
mongoObjectToParseObject
Function · 0.80
constructor
Method · 0.80
_onConnect
Method · 0.80
_handleConnect
Method · 0.80
check
Function · 0.80
CloudCodeLogger.spec.js
File · 0.80
Logger.spec.js
File · 0.80
Calls
1
log
Method · 0.95
Tested by
no test coverage detected