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

Method SetLevel

pkg/util/log/testing/fake.go:95–97  ·  view source on GitHub ↗

SetLevel implements logger interface

(level logrus.Level)

Source from the content-addressed store, hash-verified

93
94// SetLevel implements logger interface
95func (d *FakeLogger) SetLevel(level logrus.Level) {
96 d.level = level
97}
98
99// GetLevel implements logger interface
100func (d *FakeLogger) GetLevel() logrus.Level {

Callers 2

TestCheckKubeContextFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestCheckKubeContextFunction · 0.76