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

Function Warn

utils/log/logwrapper.go:281–283  ·  view source on GitHub ↗

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

(args ...interface{})

Source from the content-addressed store, hash-verified

279
280// Warn logs a message at level Warn on the standard logger.
281func Warn(args ...interface{}) {
282 logrus.Warn(args...)
283}
284
285// Warning logs a message at level Warn on the standard logger.
286func Warning(args ...interface{}) {

Callers 4

processAddTxReqMethod · 0.92
mainFunction · 0.92
StopMethod · 0.92
TestStandardLoggerFunction · 0.85

Calls 1

WarnMethod · 0.80

Tested by 1

TestStandardLoggerFunction · 0.68