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

Method debug

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

Source from the content-addressed store, hash-verified

142 }
143
144 debug() {
145 return this.log('debug', arguments);
146 }
147
148 silly() {
149 return this.log('silly', arguments);

Callers 4

updateSchemaMethod · 0.80
_onAfterDeleteMethod · 0.80
_onAfterSaveMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected