Skip to content
Snippets Groups Projects

Resolve "Refactor debug messages from System.out to SLF4J"

Merged René Schöne requested to merge 46-refactor-debug-messages-from-system-out-to-slf4j into dev
  1. Feb 09, 2022
  2. Feb 08, 2022
    • René Schöne's avatar
      working on slf4j debug messages · 11a7768d
      René Schöne authored
      - fixed Errors test case after logging changes
      11a7768d
    • René Schöne's avatar
      working on slf4j debug messages · 6902e32e
      René Schöne authored
      - fixed docu spelling typo
      - updated preprocessor-testing to not require handler-jadds as input anymore
      - grammar: removed obsolete DefinitionFileName from Handler
      - Compiler: revert to standard-out/-err instead of JUL for logging (slf4j did not work here)
      - Compiler: remove temporary code to create empty handler files
      - Compiler: add some documentation snippets
      - use slf4j loggers in tests instead of log4j ones
      - always use slf4j as logTarget in tests
      - update log4j impl to 2.17.1 in tests
      6902e32e
  3. Feb 07, 2022
    • René Schöne's avatar
      working slf4j debug messages · 8c125c74
      René Schöne authored
      - made handlers to templates so that inside variable content is possible
      - refactored every System.out and System.err message to variable method, currently either sout/serr or slf4j
      - added config parameter to Compiler, with console being default
      - updated docu
      - todo: update preprocessor-testing to not require handler-jadds as input anymore
      8c125c74
Loading