Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/serverless/serverless
/ logWarning
Method
logWarning
packages/util/src/logger/index.js:1091–1093 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
1089
1090
// Alias for warning()
1091
logWarning(...args) {
1092
this.warning(...args)
1093
}
1094
1095
// Alias for info()
1096
logInfo(...args) {
Callers
nothing calls this directly
Calls
1
warning
Method · 0.95
Tested by
no test coverage detected