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

Method log

spec/Logger.spec.js:5–7  ·  view source on GitHub ↗
(info, callback)

Source from the content-addressed store, hash-verified

3
4class TestTransport extends Transport {
5 log(info, callback) {
6 callback(null, true);
7 }
8}
9
10describe('WinstonLogger', () => {

Callers 15

configFunction · 0.45
wrapMongoDBWithLatencyFunction · 0.45
checkMethod · 0.45
getNodeVersionMethod · 0.45
checkFunction · 0.45
CloudCode.spec.jsFile · 0.45
ParseUser.spec.jsFile · 0.45
ParseQuery.spec.jsFile · 0.45
RestQuery.spec.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected