MCPcopy
hub / github.com/cayleygraph/cayley / Errorf

Function Errorf

clog/clog.go:69–73  ·  view source on GitHub ↗

Errorf logs error level messages.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

67
68// Errorf logs error level messages.
69func Errorf(format string, args ...interface{}) {
70 if logger != nil {
71 logger.Errorf(format, args...)
72 }
73}
74
75// Fatalf logs fatal messages and terminates the program.
76func Fatalf(format string, args ...interface{}) {

Callers 15

ServeV1WriteNQuadMethod · 0.92
serveNodesWithPropsMethod · 0.92
cayley.goFile · 0.92
mainFunction · 0.92
NewHttpCmdFunction · 0.92
ServeReadMethod · 0.92
NameOfMethod · 0.92
QuadMethod · 0.92
CreateFunction · 0.92
OpenFunction · 0.92
connectFunction · 0.92
InitFunction · 0.92

Calls 1

ErrorfMethod · 0.65

Tested by

no test coverage detected