MCPcopy
hub / github.com/serverless/serverless / info

Method info

packages/util/src/logger/index.js:686–694  ·  view source on GitHub ↗
(...messageTokens)

Source from the content-addressed store, hash-verified

684 }
685
686 info(...messageTokens) {
687 writeStdErr({
688 level: 'info',
689 type: 'info',
690 messageTokens: [...messageTokens],
691 prefix: this.prefix,
692 prefixColor: this.prefixColor,
693 })
694 }
695
696 debug(...messageTokens) {
697 // Use the existing prefix if set, otherwise default to the namespacePrefix

Callers 4

logInfoMethod · 0.95
verboseMethod · 0.95
writeStdErrFunction · 0.45

Calls 1

writeStdErrFunction · 0.85

Tested by

no test coverage detected