1. 14 10月, 2018 1 次提交
  2. 10 6月, 2018 1 次提交
  3. 29 12月, 2017 1 次提交
  4. 01 11月, 2017 1 次提交
  5. 25 6月, 2015 1 次提交
  6. 05 5月, 2015 1 次提交
  7. 11 9月, 2014 1 次提交
  8. 10 4月, 2014 2 次提交
    • G
      logtrace: add log_session_lvl · 299cccfb
      Grissiom 提交于
      log_session_lvl is suitable for performance critical places where in
      most cases, the log is turned off by level. If the session is const and
      the level is greater than session->lvl, the whole function will be
      optimized out.
      299cccfb
    • G
      logtrace: add const modifier to the APIs · 12728bcd
      Grissiom 提交于
      Compiler may do more optimization when the parameter is const.
      12728bcd
  9. 11 10月, 2013 1 次提交
  10. 23 9月, 2013 1 次提交
  11. 03 9月, 2013 1 次提交
  12. 30 6月, 2013 1 次提交
  13. 26 6月, 2013 1 次提交
    • G
      add logtrace component · 247772df
      Grissiom 提交于
      Logtrace is a component that could output the log into either a device
      or a file. It has the ability to filter the log messages according to a
      pre-module level. Define RT_USING_LOGTRACE in rtconfig.h if you want to
      have a try.
      247772df