MCPcopy
hub / github.com/serverless/serverless / log

Method log

packages/serverless/lib/classes/cli.js:24–26  ·  view source on GitHub ↗
(message, entity, opts)

Source from the content-addressed store, hash-verified

22 }
23
24 log(message, entity, opts) {
25 legacyPluginLog.notice(entity ? `${entity}: ${message}` : message)
26 }
27
28 consoleLog(message) {
29 legacyPluginLog.notice(message)

Callers 15

generateFunction · 0.45
downloadEsbuildBinaryFunction · 0.45
cleanupFunction · 0.45
deleteBucketVersionsFunction · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
http-api.test.jsFile · 0.45
rest-api.test.jsFile · 0.45

Calls 1

noticeMethod · 0.45

Tested by 2

cleanupFunction · 0.36
deleteBucketVersionsFunction · 0.36