MCPcopy
hub / github.com/lxc/incus / Errorf

Function Errorf

shared/logger/toplevel.go:58–60  ·  view source on GitHub ↗

Errorf logs at the ERROR log level using a standard printf format string.

(format string, args ...any)

Source from the content-addressed store, hash-verified

56
57// Errorf logs at the ERROR log level using a standard printf format string.
58func Errorf(format string, args ...any) {
59 Log.Error(fmt.Sprintf(format, args...))
60}
61
62// Panicf logs at the PANIC log level using a standard printf format string.
63func Panicf(format string, args ...any) {

Callers 15

SendFunction · 0.92
RecvFunction · 0.92
runDNSServerMethod · 0.92
ServeDNSMethod · 0.92
NewSeccompServerFunction · 0.92
HandleValidMethod · 0.92
UpdateDNSMasqStaticFunction · 0.92
sendSubvolumeMethod · 0.92
DownloadAllFilesMethod · 0.92
removeFiltersMethod · 0.92
StopMethod · 0.92
networkNICRouteDeleteFunction · 0.92

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…