Skip to content
Snippets Groups Projects
  1. Jun 05, 2022
  2. Jun 01, 2022
  3. May 30, 2022
  4. May 27, 2022
  5. May 26, 2022
  6. May 19, 2022
  7. May 17, 2022
  8. Apr 27, 2022
  9. Apr 17, 2022
  10. Mar 08, 2022
  11. Jan 22, 2022
  12. Jan 03, 2022
  13. Dec 27, 2021
  14. Dec 21, 2021
  15. Dec 06, 2021
  16. Dec 02, 2021
  17. Nov 27, 2021
  18. May 16, 2021
  19. May 15, 2021
  20. Apr 11, 2021
  21. Apr 07, 2021
  22. Sep 11, 2020
  23. Aug 22, 2020
  24. Aug 11, 2020
  25. Apr 14, 2020
  26. Apr 13, 2020
  27. Apr 05, 2020
  28. Mar 13, 2020
  29. Sep 02, 2019
  30. Sep 01, 2019
    • kongr45gpen's avatar
      General Logger fixes · 83f764c5
      kongr45gpen authored
      Use a non-templated version of etl::string
      
      Set the etl format as a static variable for the Logger
      
      This prevents wasting time recreating the format variable every time the
      LOG function is called.
      
      Force inlining the LOG function
      
      This forces the compiler to check the `if constexpr` structure, and
      disable the logging line entirely if needed.
      
      Never redefine the log level
      
      Move `disabled` logging level to ease level checks
      83f764c5
    • kongr45gpen's avatar
      Add documentation to the Logger class · 143593df
      kongr45gpen authored
      Take care of MISRA and vera++ concerns
      143593df
Loading