MCPcopy
hub / github.com/helm/helm / SetLogger

Method SetLogger

internal/logging/logging.go:96–96  ·  view source on GitHub ↗

SetLogger sets a new slog.Handler

(newHandler slog.Handler)

Source from the content-addressed store, hash-verified

94type LoggerSetterGetter interface {
95 // SetLogger sets a new slog.Handler
96 SetLogger(newHandler slog.Handler)
97 // Logger returns the slog.Logger created from the slog.Handler
98 Logger() *slog.Logger
99}

Callers 15

InitFunction · 0.65
NewSQLFunction · 0.65
NewConfigMapsFunction · 0.65
NewSecretsFunction · 0.65
NewMemoryFunction · 0.65
ConfigurationSetLoggerFunction · 0.65
NewConfigurationFunction · 0.65
InitMethod · 0.65
newRootCmdWithConfigFunction · 0.65
TestStatusWaitForDeleteFunction · 0.65

Implementers 1

LogHolderinternal/logging/logging.go

Calls

no outgoing calls