gajus/roarr

Remove the limitation for 8~9 printf items.

dnunes opened this issue · 1 comments

Using the spread operador on https://github.com/gajus/roarr/blob/master/src/factories/createLogger.js#L27 you can have an arbitrary number of parameters.

gajus commented

It is done this way for performance reasons.