kazu-yamamoto / logger

A fast logging system for Haskell
159 stars 68 forks source link

ToLogStr instance for ByteString Builder #147

Closed andrewthad closed 5 years ago

andrewthad commented 6 years ago

LogStr is just a newtype wrapper around Builder (from the bytestring package). May I add a ToLogStr instance for Builder?

kazu-yamamoto commented 6 years ago

Yes, please.

andrewthad commented 5 years ago

I added this a while ago, and forgot to ever open a PR. The PR is up now.