How to create periodically send text to a “log file” while printing normal output to console?

前端 未结 5 1542
隐瞒了意图╮
隐瞒了意图╮ 2021-02-12 22:43

I\'m creating R code for a Monte Carlo simulation of a professional sport. Because the game dynamics are very complicated and to make the debugging process simpler, I\'d like to

5条回答
  •  迷失自我
    2021-02-12 23:31

    The library log4r seems to be more complete than an homemade one: https://github.com/johnmyleswhite/log4r

提交回复
热议问题