MCPcopy
hub / github.com/dragonflyoss/dragonfly / Errorf

Function Errorf

internal/dflog/logger.go:340–342  ·  view source on GitHub ↗
(template string, args ...any)

Source from the content-addressed store, hash-verified

338}
339
340func Errorf(template string, args ...any) {
341 CoreLogger.Errorf(template, args...)
342}
343
344func Error(args ...any) {
345 CoreLogger.Error(args...)

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.65

Tested by

no test coverage detected