It would be cool if one could pass the logger that is using as a flag, so the generated code logs using its interface, e.g. ``` $ logen io Writer -logger=logrus $ logen io Writer -logger=go-kit $ logen io Writer -logger=lager ```
It would be cool if one could pass the logger that is using as a flag, so the generated code logs using its interface, e.g.