dbuenzli / logs

Logging infrastructure for OCaml
http://erratique.ch/software/logs
ISC License
86 stars 19 forks source link

Upstream a ppx #32

Closed ulrikstrid closed 3 years ago

ulrikstrid commented 3 years ago

Hello! I created a small ppx to cut down on the boilerplate needed by hiding the fact that there a callback. It looks something like this: [%log info "Hello %s!" "World"] Do you want me to upstream it here or should I maintain and publish it on the side?

Thanks for this amazing library btw!

dbuenzli commented 3 years ago

No thanks ! I like to keep my program and libraries obvious and low maintenance.

ulrikstrid commented 3 years ago

I thought that might be the answer but didn't want to put it on the side if you actually wanted it.

Thanks for answering anyway

dbuenzli commented 3 years ago

No problem. Thanks for asking.