MCPcopy 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
161func (l *Logger) Error(message string) {
162 l.Log("error", l4g.ERROR, message)
163 return
164}
165
166func (l *Logger) Perf(message string) {
167 l.Log("perf", l4g.INFO, message)

Callers 15

setSizesMethod · 0.45
setMd5Method · 0.45
mainFunction · 0.45
exitOutputFunction · 0.45
handleFunction · 0.45
handleTokenFunction · 0.45
mainFunction · 0.45
pcreateFunction · 0.45
downloadChunkFunction · 0.45
TestCreateFunction · 0.45
aclModMethod · 0.45
DeleteMethod · 0.45

Calls 1

LogMethod · 0.95

Tested by 2

TestCreateFunction · 0.36
TestFormFunction · 0.36