Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aceld/zinx
/ AddFlag
Function
AddFlag
zlog/stdzlog.go:38–40 ·
view source on GitHub ↗
AddFlag adds a flag to StdZinxLog
(flag int)
Source
from the content-addressed store, hash-verified
36
37
// AddFlag adds a flag to StdZinxLog
38
func
AddFlag(flag int) {
39
StdZinxLog.AddFlag(flag)
40
}
41
42
// SetPrefix sets the log prefix of StdZinxLog
43
func
SetPrefix(prefix string) {
Callers
1
TestStdZLog
Function · 0.92
Calls
1
AddFlag
Method · 0.80
Tested by
1
TestStdZLog
Function · 0.74