MCPcopy
hub / github.com/name5566/leaf / Error

Function Error

log/log.go:143–145  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

141}
142
143func Error(format string, a ...interface{}) {
144 gLogger.doPrintf(errorLevel, printErrorLevel, format, a...)
145}
146
147func Fatal(format string, a ...interface{}) {
148 gLogger.doPrintf(fatalLevel, printFatalLevel, format, a...)

Callers

nothing calls this directly

Calls 1

doPrintfMethod · 0.80

Tested by

no test coverage detected