1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00
This commit is contained in:
chenzhihui 2021-06-14 11:21:56 +08:00
parent b378f993c4
commit dc476c3b57

View File

@ -25,7 +25,7 @@ func (h *Helper) WithContext(ctx context.Context) *Helper {
}
}
// Log Print log by level and keyvals
// Log Print log by level and keyvals.
func (h *Helper) Log(level Level, keyvals ...interface{}) {
h.logger.Log(level, keyvals...)
}