Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
340
func
Errorf(template string, args ...any) {
341
CoreLogger.Errorf(template, args...)
342
}
343
344
func
Error(args ...any) {
345
CoreLogger.Error(args...)
Callers
nothing calls this directly
Calls
1
Errorf
Method · 0.65
Tested by
no test coverage detected