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

Function Warning

utils/log/logwrapper.go:286–288  ·  view source on GitHub ↗

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

(args ...interface{})

Source from the content-addressed store, hash-verified

284
285// Warning logs a message at level Warn on the standard logger.
286func Warning(args ...interface{}) {
287 logrus.Warning(args...)
288}
289
290// Error logs a message at level Error on the standard logger.
291func Error(args ...interface{}) {

Callers 3

mainFunction · 0.92
fixConfigMethod · 0.92
TestStandardLoggerFunction · 0.85

Calls 1

WarningMethod · 0.80

Tested by 1

TestStandardLoggerFunction · 0.68