MCPcopy Create free account
hub / github.com/devspace-sh/devspace / GetLevel

Method GetLevel

pkg/util/log/file_logger.go:282–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280}
281
282func (f *fileLogger) GetLevel() logrus.Level {
283 f.m.Lock()
284 defer f.m.Unlock()
285
286 return f.level
287}
288
289func (f *fileLogger) Writer(level logrus.Level, raw bool) io.WriteCloser {
290 f.m.Lock()

Callers 15

startTerminalFunction · 0.45
PrintPodInfoMethod · 0.45
buildDeploymentFunction · 0.45
StartAttachFunction · 0.45
StartSyncFromCmdFunction · 0.45
startSyncFunction · 0.45
InstallChartMethod · 0.45
StartMethod · 0.45
LoadMethod · 0.45
LoadMethod · 0.45
CheckKubeContextFunction · 0.45
GetFileLoggerFunction · 0.45

Calls 2

LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected