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

Method ErrorFX

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

Source from the content-addressed store, hash-verified

29}
30
31func (log *zinxDefaultLog) ErrorFX(ctx context.Context, format string, v ...interface{}) {
32 fmt.Println(ctx)
33 StdZinxLog.Errorf(format, v...)
34}
35
36func (log *zinxDefaultLog) DebugFX(ctx context.Context, format string, v ...interface{}) {
37 fmt.Println(ctx)

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.80

Tested by

no test coverage detected