Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
151
func
(l *Logger) Info(message string) {
152
l.Log(
"access"
, l4g.INFO, message)
153
return
154
}
155
156
func
(l *Logger) Critical(log string, message string) {
157
l.Log(log, l4g.CRITICAL, message)
Callers
3
main
Function · 0.80
Info
Function · 0.80
Infof
Function · 0.80
Calls
1
Log
Method · 0.95
Tested by
no test coverage detected