I am using Log4j API for maintaining logs in my Android Application. I am new to Android. I have Downloaded .JAR file regarding this. Now I want to store the log file on to SD Card. So where should I write output file name & its path ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to add appender ( where to append the log.. to a file or standard output etc )
In the configuration xml file given here ,your interest lies here