rewrite from lager
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 line
799 B

  1. # Done complete
  2. eRum_sup
  3. eRum.app.src
  4. rumHWatcherSup
  5. rumRotatorExm
  6. # Done incomplete
  7. app.config done
  8. eRum_app
  9. rumHWatcherSrv 部分还需要修改 删除测试代码
  10. rumRotatorIns 旋转日志格式还需要修改
  11. # Doing
  12. # 优化改进之处:
  13. 日志旋转date格式转换函数修改(注释 对于某些月份 不存在29 30 或者 31天时 要避免M29 M30 M31的配法 代码并没有修复此种情况)
  14. io_lib:format 修改为eFmt:format
  15. # TODO
  16. rumBkdFile 默认值修改
  17. eRum.sameple.config 默认值修改
  18. rumMsg.erl 删掉掉
  19. io_lib:format 替换为 eFmt:formatBin
  20. 各个模块审查一下
  21. reamde.me 整理
  22. trace代码整理
  23. eRumCfg相关代码添加