MCPcopy
hub / github.com/aceld/zinx / InfoFX

Method InfoFX

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

Source from the content-addressed store, hash-verified

24}
25
26func (log *zinxDefaultLog) InfoFX(ctx context.Context, format string, v ...interface{}) {
27 fmt.Println(ctx)
28 StdZinxLog.Infof(format, v...)
29}
30
31func (log *zinxDefaultLog) ErrorFX(ctx context.Context, format string, v ...interface{}) {
32 fmt.Println(ctx)

Callers

nothing calls this directly

Calls 1

InfofMethod · 0.80

Tested by

no test coverage detected