MCPcopy
hub / github.com/burke/zeus / ErrorString

Function ErrorString

go/shinylog/shinylog.go:94–94  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

92func FatalError(err error) { DefaultLogger().FatalError(err) }
93func FatalErrorString(msg string) { DefaultLogger().FatalErrorString(msg) }
94func ErrorString(msg string) bool { return DefaultLogger().ErrorString(msg) }
95func StdErrorString(msg string) bool { return DefaultLogger().StdErrorString(msg) }
96func Red(msg string) bool { return DefaultLogger().Red(msg) }
97func Green(msg string) bool { return DefaultLogger().Green(msg) }

Callers

nothing calls this directly

Calls 2

DefaultLoggerFunction · 0.85
ErrorStringMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…