Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
generate
Function · 0.45
downloadEsbuildBinary
Function · 0.45
cleanup
Function · 0.45
deleteBucketVersions
Function · 0.45
constructor
Method · 0.45
constructor
Method · 0.45
http-api.test.js
File · 0.45
multiple-domains.test.js
File · 0.45
rest-api-base-path.test.js
File · 0.45
simple-domain-http.test.js
File · 0.45
http-api-base-path.test.js
File · 0.45
rest-api.test.js
File · 0.45
Calls
1
notice
Method · 0.45
Tested by
2
cleanup
Function · 0.36
deleteBucketVersions
Function · 0.36