Re: [slf4j-user] Logging to file with slf4j.Logger. Where do log file go?

2009-03-20 Thread Ceki Gulcu
Tom, It appears that you have misunderstood the purpose of SLF4J. If you place slf4j-jdk14-1.5.6.jar then slf4j-api will bind with java.util.logging. Logback will not be used. Only if you place logback-core.jar and logback-classic.jar on your class path (but not slf4j-jdk14-1.5.6.jar) will SLF4J

Re: [slf4j-user] Logging to file with slf4j.Logger. Where do log file go?

2009-03-19 Thread Tom Martin Norvang
Thank you for the mail info. If you are asking about wich slf4j jar i placed the slf4j-api-1.5.6.jar and slf4j-jdk14-1.5.6.jar at the root: c:\ alongside the logback.xml. The classpath variable contains a dot (.) and a \jre\ext\QTJava.zip. So i am not sure if the . (dot) represents the root dir

Re: [slf4j-user] Logging to file with slf4j.Logger. Where do log file go?

2009-03-19 Thread Ceki Gulcu
Hello Tom, The following mailing list archives which are all mentioned in http://slf4j.org/mailing-lists.html are searchable: http://news.gmane.org/gmane.comp.java.slf4j.user http://marc.theaimsgroup.com/?l=slf4j-user http://www.nabble.com/Slf4J---user-f13203.html http://www.mail-archive.com/u

[slf4j-user] Logging to file with slf4j.Logger. Where do log file go?

2009-03-19 Thread Tom Martin Norvang
Hi i am new to slf4j and have a few questions. I could not find out how to search the mailing list for older messages that might contain this subject. And i have searched everywhere online :)..almost. 1. Where do log files go when using the slf4j.Logger, f.ex; import org.slf4j.Logger; import org.