Skip to content
Snippets Groups Projects
  1. Aug 25, 2022
    • Martin Christoph Hierholzer's avatar
      7a7d6b9a
    • zenker's avatar
      Remove unused parameter · 9d53994c
      zenker authored
      Unverified
      9d53994c
    • zenker's avatar
      Improve Logging module · f5d9318d
      zenker authored
      * Create test case for testing multiple modules having the same.
      
      * Use message IDs to support modules with similar names.
      
      ToDo: Remove variable connections to CS like with MicroDAQ.
      
      * Use automatic connection via CS. Rebuild hierarchy in Logging module.
      
      * Put logging variables into a separate hierarchy level.
      
      * Let user write to alias via CS. Keep last message in the PV.
      
      Before the message was always cleared after writing it. Now a new log
      level is used to indicate the situation that write was called on the
      message PV without calling sendMessage - it happens if the owning module
      calls writeAll(). Now the last message of each sender is availble in the
      CS.
      
      * Add test with modified hierarchy.
      
      * Clang formaat applied.
      
      * Hide internal PVs. Use different internal tag to work with regex.
      Unverified
      f5d9318d
  2. Jun 09, 2021
  3. Apr 16, 2021
  4. Feb 18, 2021
  5. Oct 29, 2020
  6. Jul 31, 2020
  7. Apr 21, 2020
    • zenker's avatar
      Handle write calls without a message · 8e2eaadb
      zenker authored
      If someone includes the Logger into an ApplcationModule and calls writeAll() the Logger variable message will be written. To catch that cases set message empty after calling sendMessage and ignore empty messages in the LoggingModule.
      Unverified
      8e2eaadb
  8. Feb 05, 2020
  9. Dec 13, 2019
  10. Dec 12, 2019
  11. Oct 02, 2019
  12. Oct 01, 2019
  13. Feb 22, 2019
  14. Feb 21, 2019
  15. Sep 05, 2018
  16. Aug 09, 2018
  17. Jul 04, 2018
  18. Jun 08, 2018
  19. Apr 12, 2018
Loading