* func logIf(err error, logfunc func(format string, args ...interface{}), when string) { if err != nil { logfunc("Problem on %v: %v", when, err.Error()) } } */
(err error, logfunc func(ctx context.Context, format string, args ...interface{}), ctx context.Context, when string)
source not stored for this graph (policy: none)
no test coverage detected