MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Errorf

Function Errorf

utils/log/logwrapper.go:334–336  ·  view source on GitHub ↗

Errorf logs a message at level Error on the standard logger.

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

Source from the content-addressed store, hash-verified

332
333// Errorf logs a message at level Error on the standard logger.
334func Errorf(format string, args ...interface{}) {
335 logrus.Errorf(format, args...)
336}
337
338// Fatalf logs a message at level Fatal on the standard logger.
339func Fatalf(format string, args ...interface{}) {

Callers 15

TestOpenFunction · 0.92
serverFunction · 0.92
clientFunction · 0.92
serverComplexFunction · 0.92
clientComplexFunction · 0.92
TestMarshalNodeFunction · 0.92
startNodesFunction · 0.92
startNodesFunction · 0.92
insertDataFunction · 0.92
GatherMetricBytesMethod · 0.92
UploadMetricsMethod · 0.92
UpdateMethod · 0.92

Calls 1

ErrorfMethod · 0.80

Tested by 15

TestOpenFunction · 0.74
serverFunction · 0.74
clientFunction · 0.74
serverComplexFunction · 0.74
clientComplexFunction · 0.74
TestMarshalNodeFunction · 0.74
startNodesFunction · 0.74
startNodesFunction · 0.74
start3BPsFunction · 0.74
startNodesFunction · 0.74
initTestDBFunction · 0.74
startNodesFunction · 0.74