Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunctionStream/function-stream
/ NewLogger
Function
NewLogger
common/log.go:42–44 ·
view source on GitHub ↗
(logger *logr.Logger)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
NewLogger(logger *logr.Logger) *Logger {
43
return
&Logger{logger}
44
}
45
46
func
(l *Logger) DebugEnabled() bool {
47
return
l.GetV() >= DebugLevel
Callers
3
NewServer
Function · 0.92
NewFunctionManager
Function · 0.92
NewDefaultLogger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected