Hi there boys and girls!
How do you approach string formatting in javascript? Do you use any library or implement the formating yourselves?
I'm developing a loggin' library which relies quite a bit on formatting so i'm really interested in looking for alternatives and what solutions people have come with.
I've been using this library strif I made for my logging library, and it really does the job.