Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/labstack/gommon
/ Errorf
Method
Errorf
log/log.go:192–194 ·
view source on GitHub ↗
(format string, args ...interface{})
Source
from the content-addressed store, hash-verified
190
}
191
192
func
(l *Logger) Errorf(format string, args ...
interface
{}) {
193
l.log(ERROR, fmt.Sprintf(format, args...), false)
194
}
195
196
func
(l *Logger) Errorj(j JSON) {
197
l.logJSON(ERROR, j)
Callers
5
ParseBinary
Method · 0.80
ParseDecimal
Method · 0.80
TestRandomStringBias
Function · 0.80
test
Function · 0.80
Errorf
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
2
TestRandomStringBias
Function · 0.64
test
Function · 0.64