Resolve "Refactor debug messages from System.out to SLF4J"
- Feb 09, 2022
-
-
René Schöne authored
- fix docu - rearrange definition of logConsoleOut/Err to match usage in template
-
- Feb 08, 2022
-
-
René Schöne authored
- fixed Errors test case after logging changes
-
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
-
- Feb 07, 2022
-
-
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
-