开发者

Logging package recommendation for R [duplicate]

开发者 https://www.devze.com 2023-02-08 11:02 出处:网络
This question already has answers here: Is there any standard logging package for R? [closed] 开发者_运维知识库(7 answers)
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

精彩评论

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