MCPcopy Index your code
hub / github.com/devspace-sh/devspace / GetLog

Method GetLog

pkg/util/factory/factory.go:96–98  ·  view source on GitHub ↗

GetLog implements interface

()

Source from the content-addressed store, hash-verified

94
95// GetLog implements interface
96func (f *DefaultFactoryImpl) GetLog() log.Logger {
97 return log.GetInstance()
98}
99
100// NewDependencyManager implements interface
101func (f *DefaultFactoryImpl) NewDependencyManager(ctx devspacecontext.Context, configOptions *loader.ConfigOptions) dependency.Manager {

Callers

nothing calls this directly

Calls 1

GetInstanceFunction · 0.92

Tested by

no test coverage detected