开发者

Logging package recommendation for R [duplicate]

This question already has answers here: Is there any standard logging package for R? [closed] 开发者_运维知识库 (7 answers) Closed 8 years ago.

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜