What is log4j's default log file dumping path
问题 Hi i am new to programming concepts and i am tend to work out something with log4j. So i am reading Log4j tutorials where i found the following code: package test; import org.apache.log4j.Logger; import java.io.*; import java.sql.SQLException; public class Log4jExample { /* Get actual class name to be printed on */ static Logger log = Logger.getLogger(Log4jExample.class.getName()); public static void main(String[] args)throws IOException,SQLException { log.debug("Hello this is an debug