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

Method Warning

shock-server/logger/logger.go:146–149  ·  view source on GitHub ↗
(log string, message string)

Source from the content-addressed store, hash-verified

144}
145
146func (l *Logger) Warning(log string, message string) {
147 l.Log(log, l4g.WARNING, message)
148 return
149}
150
151func (l *Logger) Info(message string) {
152 l.Log("access", l4g.INFO, message)

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected