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

Function Error

utils/log/logwrapper.go:291–294  ·  view source on GitHub ↗

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

(args ...interface{})

Source from the content-addressed store, hash-verified

289
290// Error logs a message at level Error on the standard logger.
291func Error(args ...interface{}) {
292 //std.WithField("Func", getFuncPath(2)).Error(args...)
293 logrus.Error(args...)
294}
295
296// Fatal logs a message at level Fatal on the standard logger.
297func Fatal(args ...interface{}) {

Callers 15

serverFunction · 0.92
serverComplexFunction · 0.92
DecodePrivateKeyFunction · 0.92
UnmarshalBinaryMethod · 0.92
InitNodeCryptoInfoMethod · 0.92
UploadMetricsMethod · 0.92
collectDiskUsageFunction · 0.92
loadConfigFunction · 0.92
TestDHTService_PingFunction · 0.92
FindNodeMethod · 0.92
FindNeighborMethod · 0.92

Calls 1

ErrorMethod · 0.80

Tested by 6

serverFunction · 0.74
serverComplexFunction · 0.74
TestDHTService_PingFunction · 0.74
TestStandardLoggerFunction · 0.68
call2Function · 0.68