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

Method DebugFX

zlog/default.go:36–39  ·  view source on GitHub ↗
(ctx context.Context, format string, v ...interface{})

Source from the content-addressed store, hash-verified

34}
35
36func (log *zinxDefaultLog) DebugFX(ctx context.Context, format string, v ...interface{}) {
37 fmt.Println(ctx)
38 StdZinxLog.Debugf(format, v...)
39}
40
41func SetLogger(newlog ziface.ILogger) {
42 zLogInstance = newlog

Callers

nothing calls this directly

Calls 1

DebugfMethod · 0.80

Tested by

no test coverage detected