<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    "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."<br>
    <br>
    Which means it depends on how you've configured the underlying
    logging system.&nbsp; (My choice is logback of course.)<br>
    <br>
    <br>
    On 4/26/2011 9:11 AM, Nitish Bangera wrote:
    <blockquote
      cite="mid:BANLkTinWaGGZW-OXiCvjC72bSu4x3YkE9A@mail.gmail.com"
      type="cite">Hello,
      <div>&nbsp;&nbsp; &nbsp;.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?<br clear="all">
        <br>
        -- <br>
        Regards,<br>
        Nitish S. Bangera<br>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
slf4j-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:slf4j-user@qos.ch">slf4j-user@qos.ch</a>
<a class="moz-txt-link-freetext" href="http://qos.ch/mailman/listinfo/slf4j-user">http://qos.ch/mailman/listinfo/slf4j-user</a></pre>
    </blockquote>
  </body>
</html>