How to print log in files using slf4j in combo with simple logger. I am using the below jars :
slf4j-simple-1.7.2.jar slf4j-api-1.7.2.jar
I need to append a new log file for each day.
How to print log in files using slf4j in combo with simple logger. I am using the below jars :
slf4j-simple-1.7.2.jar slf4j-api-1.7.2.jar
I need to append a new log file for each day.
hope this stackoverflow link will help, to have rolling file update: Setting a log file name to include current date in Log4j