Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dearcode/candy
/ Error
Function
Error
util/log/log.go:63–65 ·
view source on GitHub ↗
(v ...interface{})
Source
from the content-addressed store, hash-verified
61
}
62
63
func
Error(v ...
interface
{}) {
64
mlog.Log(LOG_ERROR, fmt.Sprint(v...))
65
}
66
67
func
Errorf(format string, v ...
interface
{}) {
68
mlog.Log(LOG_ERROR, fmt.Sprintf(format, v...))
Callers
nothing calls this directly
Calls
1
Log
Method · 0.80
Tested by
no test coverage detected