Use Logger interface instead of IO for logging
Closed this issue · 3 comments
robacarp commented
First off, nice shard. I was able to get up and running quickly without issue.
While integrating this with another project, I tried to pass a Logger object in to gather the logs up with the logs from the rest of the application. Is it possible to support an external logger instance?
Thanks
arcage commented
Thank you for your valuable comment.
As you said, the external logger support seem to be better than current implement.
I will consider about it.
arcage commented
I released v0.2.4 that supports external Logger instance.