MCPcopy Index your code
hub / github.com/parse-community/parse-server / verbose

Method verbose

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

Source from the content-addressed store, hash-verified

138 }
139
140 verbose() {
141 return this.log('verbose', arguments);
142 }
143
144 debug() {
145 return this.log('debug', arguments);

Callers 15

logRequestMethod · 0.95
logResponseMethod · 0.95
logResultFunction · 0.80
setRunningFunction · 0.80
trackSentFunction · 0.80
pushResponseMethod · 0.80
_onCloudCodeMessageMethod · 0.80
getUserIdMethod · 0.80
constructorMethod · 0.80
messageRecievedMethod · 0.80
_onAfterDeleteMethod · 0.80
_onAfterSaveMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected