MCPcopy
hub / github.com/koderover/zadig / Errorf

Function Errorf

pkg/tool/log/log.go:215–217  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

213}
214
215func Errorf(format string, args ...interface{}) {
216 getSimpleLogger().Errorf(format, args...)
217}
218
219func DPanic(args ...interface{}) {
220 getSimpleLogger().DPanic(args...)

Callers 15

ServeFunction · 0.92
initResourceFunction · 0.92
ExecMethod · 0.92
ExecuteFunction · 0.92
ListActionByRoleFunction · 0.92
CreateRoleFunction · 0.92
UpdateRoleFunction · 0.92
ListRolesByNamespaceFunction · 0.92
lazySyncRoleTemplatesFunction · 0.92
GetRoleFunction · 0.92
DeleteRoleFunction · 0.92

Calls 2

getSimpleLoggerFunction · 0.85
ErrorfMethod · 0.45

Tested by 1

TestConnectionFunction · 0.74