log file is not getting created using JDK logging with Commons-logging
- by Saida Dhanavath
When I run the TestJcLLoggingService class log messages are coming to Console but no log file is created, please help me if you know the answer.
two source files are pasted below.
TestJcLLoggingService.java
package com.amadeus.psp.pasd.logging;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import…