Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ Debug
Method
Debug
shock-server/logger/logger.go:141–144 ·
view source on GitHub ↗
(log string, message string)
Source
from the content-addressed store, hash-verified
139
}
140
141
func
(l *Logger) Debug(log string, message string) {
142
l.Log(log, l4g.DEBUG, message)
143
return
144
}
145
146
func
(l *Logger) Warning(log string, message string) {
147
l.Log(log, l4g.WARNING, message)
Callers
nothing calls this directly
Calls
1
Log
Method · 0.95
Tested by
no test coverage detected