log4j.properties File Example
URL: https://www.progressiverobot.com/log4j-properties-file-example/ In [log4j tutorial](/community/tutorials/log4j-tutorial), we saw how to use log4j xml based configuration. But log4j.xml is verbose, so log4j framework provide option to read configuration from properties file too. Since properties file don't have any defined schema to validate, we have to be more careful with it. Today we will see how XML configurations […]