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

Method Critical

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

Source from the content-addressed store, hash-verified

154}
155
156func (l *Logger) Critical(log string, message string) {
157 l.Log(log, l4g.CRITICAL, message)
158 return
159}
160
161func (l *Logger) Error(message string) {
162 l.Log("error", l4g.ERROR, message)

Callers

nothing calls this directly

Calls 1

LogMethod · 0.95

Tested by

no test coverage detected