smbache / loggr

Easy and flexible logging for R
Other
79 stars 6 forks source link

repeat of log4r? #7

Closed Mullefa closed 9 years ago

Mullefa commented 9 years ago

Not sure if you are aware of this package: https://github.com/johnmyleswhite/log4r?

It looks like there is at least some cross over.

smbache commented 9 years ago

Some, but still differences. Mainly, the idea here is to not have to wrap expressions in order for logger to receive signalled conditions. Has both pros and cons.

Mullefa commented 9 years ago

Cool - was just bringing it to your attention. Personally, I like the idea of not having to wrap the logger. Looking forward to a logging package as useful and as game-changing as magrittr ;)

Ironholds commented 9 years ago

+1 to Mullefa!

smbache commented 9 years ago

That will most likely not happen ;) but thanks.

krlmlr commented 9 years ago

logging and futile.logger come to mind, too. Would be nice to have a section in the README.

daroczig commented 9 years ago

+1 to @krlmlr -- it would be great to have a (short) section in the README on the difference between loggr and e.g. futile.logger

smbache commented 9 years ago

made a new (and open) issue for this with better title: https://github.com/smbache/loggr/issues/20