MCPcopy
hub / github.com/serverless/serverless / consoleLog

Method consoleLog

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

Source from the content-addressed store, hash-verified

1079
1080 // Alias for notice()
1081 consoleLog(...args) {
1082 this.notice(...args)
1083 }
1084
1085 // Alias for error()
1086 logError(...args) {

Callers

nothing calls this directly

Calls 1

noticeMethod · 0.95

Tested by

no test coverage detected