MCPcopy
hub / github.com/micro/go-micro / Errorf

Function Errorf

logger/level.go:131–133  ·  view source on GitHub ↗
(template string, args ...interface{})

Source from the content-addressed store, hash-verified

129}
130
131func Errorf(template string, args ...interface{}) {
132 DefaultLogger.Logf(ErrorLevel, template, args...)
133}
134
135func Fatal(args ...interface{}) {
136 DefaultLogger.Log(FatalLevel, args...)

Callers 7

dbMethod · 0.92
expireRowsMethod · 0.92
expiryLoopMethod · 0.92
expireRowsMethod · 0.92
backupLoopMethod · 0.92
lookupPreviousEventsMethod · 0.92
sendEventFunction · 0.92

Calls 1

LogfMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…