MCPcopy Create free account
hub / github.com/MG-RAST/Shock / Infof

Function Infof

shock-server/logger/logger.go:37–40  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

35 return
36}
37func Infof(format string, a ...interface{}) {
38 Log.Info(fmt.Sprintf(format, a...))
39 return
40}
41
42// Error is a short cut function that uses package initialized logger and error log
43func Error(message string) {

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.80

Tested by

no test coverage detected