MCPcopy Index your code
hub / github.com/aceld/zinx / DebugF

Method DebugF

zlog/default.go:22–24  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

20}
21
22func (log *zinxDefaultLog) DebugF(format string, v ...interface{}) {
23 StdZinxLog.Debugf(format, v...)
24}
25
26func (log *zinxDefaultLog) InfoFX(ctx context.Context, format string, v ...interface{}) {
27 fmt.Println(ctx)

Callers

nothing calls this directly

Calls 1

DebugfMethod · 0.80

Tested by

no test coverage detected