I would love to be able to integrate Log4j to control my output (files, database, screen) into Katalon … Is this possible?
Not sure if this helps.
https://docs.katalon.com/katalon-studio/docs/working-with-execution-log.html#logs-configuration
Not looking for info on troubleshooting or debugging. I want to log the test results to the screen, file and database simultaneously which is what log4j allows. It allows for me to customize the data that is being written to each type of entity. I don’t want to post-process the results files.
You can use any Java libraries so yes it is possible to delegate your logging to Log4j or similar frameworks. Our KeywordLogger
uses Logback internally.