Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ Warn
Function
Warn
zlog/stdzlog.go:92–94 ·
view source on GitHub ↗
(v ...interface{})
Source
from the content-addressed store, hash-verified
90
}
91
92
func
Warn(v ...
interface
{}) {
93
StdZinxLog.Warn(v...)
94
}
95
96
func
Errorf(format string, v ...
interface
{}) {
97
StdZinxLog.Errorf(format, v...)
Callers
1
TestStdZLog
Function · 0.92
Calls
1
Warn
Method · 0.80
Tested by
1
TestStdZLog
Function · 0.74