loggr icon indicating copy to clipboard operation
loggr copied to clipboard

features question / FR transactional logging

Open jangorecki opened this issue 10 years ago • 3 comments
trafficstars

Hi, A question - and future request maybe.

Any future plans for incorporating following features?

  • transactional logging: log before evaluation and update log after evaluation
  • parallel logging support

Asking because I'm developing similar package - with a very similar name jangorecki/logR - and I would consider to switch to other package but those two features and quite important for me.

BTW. a typo in log_file.R#L34

jangorecki avatar Apr 14 '15 09:04 jangorecki

RE features: not sure yet -- I'm still in the phase of trying to figure out whether the setup is solid; after all I'm using a trick to get a global handler. But I have definetely thought about it.

Keep in mind, that I think there is already a logr package with a single g: https://github.com/cubranic/logr

Thanks for noticing the type; it has been fixed in the with_source branch. I think I'll soon make that master as it is better.

smbache avatar Apr 14 '15 09:04 smbache

Wow, thanks for info about cubranic/logr, so many similar names... we should have some global index for the names :) Looking forward on your package development and the mentioned features :+1:

jangorecki avatar Apr 14 '15 09:04 jangorecki

Looking forward to trying out loggr (and logr). Not sure what the plans are for the future but something like the below for R would be amazing.

https://github.com/alixander/PyScribe

vnijs avatar Apr 19 '15 20:04 vnijs