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

Method Info

shock-server/logger/logger.go:151–154  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

149}
150
151func (l *Logger) Info(message string) {
152 l.Log("access", l4g.INFO, message)
153 return
154}
155
156func (l *Logger) Critical(log string, message string) {
157 l.Log(log, l4g.CRITICAL, message)

Callers 3

mainFunction · 0.80
InfoFunction · 0.80
InfofFunction · 0.80

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected