MCPcopy Create free account
hub / github.com/carvel-dev/kapp-controller / DebugFunc

Method DebugFunc

cli/pkg/kctrl/logger/interface.go:7–7  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

5
6type Logger interface {
7 DebugFunc(name string) FuncLogger
8 NewPrefixed(name string) Logger
9
10 Error(msg string, args ...interface{})

Callers 1

configureGlobalFlagsFunction · 0.65

Implementers 2

NoopLoggercli/pkg/kctrl/logger/noop.go
UILoggercli/pkg/kctrl/logger/ui.go

Calls

no outgoing calls

Tested by

no test coverage detected