Printf implements internal.Logging
(ctx context.Context, s string, i ...interface{})
| 14 | |
| 15 | // Printf implements internal.Logging |
| 16 | func (r RedisLogAdapter) Printf(ctx context.Context, s string, i ...interface{}) { |
| 17 | _ = r.Logging.Log("msg", fmt.Sprintf(s, i...)) |
| 18 | } |