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

Function Warnf

utils/log/logwrapper.go:324–326  ·  view source on GitHub ↗

Warnf logs a message at level Warn on the standard logger.

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

Source from the content-addressed store, hash-verified

322
323// Warnf logs a message at level Warn on the standard logger.
324func Warnf(format string, args ...interface{}) {
325 logrus.Warnf(format, args...)
326}
327
328// Warningf logs a message at level Warn on the standard logger.
329func Warningf(format string, args ...interface{}) {

Callers 9

loadSQLChainProfileMethod · 0.92
UploadMetricsMethod · 0.92
GatherMetricBytesMethod · 0.92
benchDBFunction · 0.92
benchMinerFunction · 0.92
RegisterNodeToBPFunction · 0.92
TestStandardLoggerFunction · 0.85

Calls 1

WarnfMethod · 0.80

Tested by 4

benchDBFunction · 0.74
benchMinerFunction · 0.74
TestStandardLoggerFunction · 0.68