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

Function logErrorf

pkg/devspace/plugin/hook.go:24–27  ·  view source on GitHub ↗
(message string, args ...interface{})

Source from the content-addressed store, hash-verified

22)
23
24func logErrorf(message string, args ...interface{}) {
25 fileLogger := log.GetFileLogger("plugin")
26 fileLogger.Errorf(message, args...)
27}
28
29const (
30 SessionEnv = "DEVSPACE_PLUGIN_SESSION"

Callers 4

SetPluginCommandFunction · 0.85
SetPluginConfigFunction · 0.85
ConvertExtraEnvFunction · 0.85

Calls 2

GetFileLoggerFunction · 0.92
ErrorfMethod · 0.45

Tested by

no test coverage detected