MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / Debug

Method Debug

common/log.go:50–54  ·  view source on GitHub ↗
(msg string, keysAndValues ...interface{})

Source from the content-addressed store, hash-verified

48}
49
50func (l *Logger) Debug(msg string, keysAndValues ...interface{}) {
51 if l.DebugEnabled() {
52 l.V(DebugLevel).Info(msg, keysAndValues...)
53 }
54}
55
56func (l *Logger) SubLogger(keysAndValues ...any) *Logger {
57 internalLogger := l.WithValues(keysAndValues...)

Callers 8

RunMethod · 0.80
PutStateMethod · 0.80
GetStateMethod · 0.80
GetHandleFuncMethod · 0.80
ProcessMethod · 0.80
OutputMethod · 0.80
PutStateMethod · 0.80
GetStateMethod · 0.80

Calls 1

DebugEnabledMethod · 0.95

Tested by

no test coverage detected