MCPcopy 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
56func (l *Logger) SubLogger(keysAndValues ...any) *Logger {
57 internalLogger := l.WithValues(keysAndValues...)
58 return &Logger{&internalLogger}
59}

Callers 3

StartFunctionMethod · 0.80
GetHandleFuncMethod · 0.80
NewFunctionRuntimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected