Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ Error
Method
Error
shock-server/logger/logger.go:161–164 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
159
}
160
161
func
(l *Logger) Error(message string) {
162
l.Log(
"error"
, l4g.ERROR, message)
163
return
164
}
165
166
func
(l *Logger) Perf(message string) {
167
l.Log(
"perf"
, l4g.INFO, message)
Callers
15
setSizes
Method · 0.45
setMd5
Method · 0.45
main
Function · 0.45
exitOutput
Function · 0.45
handle
Function · 0.45
handleToken
Function · 0.45
main
Function · 0.45
pcreate
Function · 0.45
downloadChunk
Function · 0.45
TestCreate
Function · 0.45
aclMod
Method · 0.45
Delete
Method · 0.45
Calls
1
Log
Method · 0.95
Tested by
2
TestCreate
Function · 0.36
TestForm
Function · 0.36