MCPcopy Index your code
hub / github.com/serverless/serverless / logDebug

Method logDebug

packages/util/src/logger/index.js:1106–1108  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

1104
1105 // Alias for debug()
1106 logDebug(...args) {
1107 this.debug(...args)
1108 }
1109}
1110
1111/**

Callers

nothing calls this directly

Calls 1

debugMethod · 0.95

Tested by

no test coverage detected