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

Method DebugEnabled

common/log.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (l *Logger) DebugEnabled() bool {
47 return l.GetV() >= DebugLevel
48}
49
50func (l *Logger) Debug(msg string, keysAndValues ...interface{}) {
51 if l.DebugEnabled() {

Callers 4

DebugMethod · 0.95
RunMethod · 0.80
GetHandleFuncMethod · 0.80
NewFunctionRuntimeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected