Logging package recommendation for R [duplicate]
Which logging package would you recommend for R? I am aware there are several packages available but would like to know which one is considered the best. Specifically, here is what I am looking for:
- multiple logging level
- built-in support for rotating log file
- fast (should not slow down too much existing code)
- painless to setup (not too much boilerplate code)
For simple logging, evaluate ?sink
精彩评论