Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/labstack/gommon
/ Error
Method
Error
log/log.go:188–190 ·
view source on GitHub ↗
(i ...interface{})
Source
from the content-addressed store, hash-verified
186
}
187
188
func
(l *Logger) Error(i ...
interface
{}) {
189
l.log(ERROR, fmt.Sprint(i...), false)
190
}
191
192
func
(l *Logger) Errorf(format string, args ...
interface
{}) {
193
l.log(ERROR, fmt.Sprintf(format, args...), false)
Callers
5
TestBytesParseErrors
Function · 0.80
TestDial_Timeout
Function · 0.80
TestDial_InvalidAddress
Function · 0.80
test
Function · 0.80
Error
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
4
TestBytesParseErrors
Function · 0.64
TestDial_Timeout
Function · 0.64
TestDial_InvalidAddress
Function · 0.64
test
Function · 0.64