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

Function Info

shock-server/logger/logger.go:33–36  ·  view source on GitHub ↗

Info is a short cut function that uses package initialized logger

(message string)

Source from the content-addressed store, hash-verified

31
32// Info is a short cut function that uses package initialized logger
33func Info(message string) {
34 Log.Info(message)
35 return
36}
37func Infof(format string, a ...interface{}) {
38 Log.Info(fmt.Sprintf(format, a...))
39 return

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.80

Tested by

no test coverage detected