Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunctionStream/function-stream
/ SubLogger
Method
SubLogger
common/log.go:56–59 ·
view source on GitHub ↗
(keysAndValues ...any)
Source
from the content-addressed store, hash-verified
54
}
55
56
func
(l *Logger) SubLogger(keysAndValues ...any) *Logger {
57
internalLogger := l.WithValues(keysAndValues...)
58
return
&Logger{&internalLogger}
59
}
Callers
3
StartFunction
Method · 0.80
GetHandleFunc
Method · 0.80
NewFunctionRuntime
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected