"The Simple Logging Facade for Java or (SLF4J) serves as a simple facade or abstraction for various logging frameworks, e.g. java.util.logging, log4j and logback, allowing the end-user to plug in the desired logging framework at deployment time."

Which means it depends on how you've configured the underlying logging system. (My choice is logback of course.)


On 4/26/2011 9:11 AM, Nitish Bangera wrote:
Hello,
.I am new to slf4j logging. I know to get the logger for my hello world class but i don't know where the logs will be written to. Is there a method to direct this output to a log file say helloworld.log?

--
Regards,
Nitish S. Bangera


_______________________________________________
slf4j-user mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-user
_______________________________________________
slf4j-user mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-user

Reply via email to