Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
func
(l *Logger) Critical(log string, message string) {
157
l.Log(log, l4g.CRITICAL, message)
158
return
159
}
160
161
func
(l *Logger) Error(message string) {
162
l.Log(
"error"
, l4g.ERROR, message)
Callers
nothing calls this directly
Calls
1
Log
Method · 0.95
Tested by
no test coverage detected