Good day
I am new to log4j, I want to deploy a web app on an windows and Linux server so if the app is on windows it will use a path like c:/logs/appLogFile.log and if its running on Linux it will be something like /opt/app/logs/appLogFile.log I know you can set the path of the log file in the log4j.properties file but is there a way to for me to test on which OS its running and use the specified path for that OS. I am also using spring as a framework
Thank you in advance