Skip to content
Snippets Groups Projects
  1. Dec 27, 2021
  2. Nov 27, 2021
  3. Sep 02, 2019
  4. 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
  5. Apr 05, 2019
  6. Mar 26, 2019
  7. Mar 14, 2019
  8. Nov 18, 2018
Loading