MCPcopy
hub / github.com/serverless/serverless / notice

Method notice

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

Source from the content-addressed store, hash-verified

652 }
653
654 notice(...messageTokens) {
655 writeStdErr({
656 level: 'notice',
657 type: 'notice',
658 messageTokens: [...messageTokens],
659 prefix: this.prefix,
660 prefixColor: this.prefixColor,
661 })
662 }
663
664 write(...messageTokens) {
665 writeStdErr({

Callers 15

logNoticeMethod · 0.95
logMethod · 0.95
consoleLogMethod · 0.95
openBrowserFunction · 0.45
logMethod · 0.45
consoleLogMethod · 0.45
shouldS3AccelerateFunction · 0.45
shouldS3AccelerateFunction · 0.45
searchMethod · 0.45
cleanupCacheFunction · 0.45
subscribeLogGroupsMethod · 0.45
unsubscribeLogGroupsMethod · 0.45

Calls 1

writeStdErrFunction · 0.85

Tested by

no test coverage detected