Skip to content
Snippets Groups Projects
  1. Oct 02, 2022
  2. Sep 04, 2022
  3. Aug 12, 2022
  4. Jul 18, 2022
  5. Jul 16, 2022
  6. May 26, 2022
  7. May 19, 2022
  8. Dec 27, 2021
  9. Nov 27, 2021
  10. Sep 02, 2019
  11. 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
      Unverified
      83f764c5
    • kongr45gpen's avatar
      Add documentation to the Logger class · 143593df
      kongr45gpen authored
      Take care of MISRA and vera++ concerns
      Unverified
      143593df
  12. Apr 05, 2019
  13. Mar 26, 2019
  14. Mar 14, 2019
  15. Nov 18, 2018
Loading