<html>
    <head>
      <base href="http://bugzilla.slf4j.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vysny@baka.sk" title="Martin Vysny <vysny@baka.sk>"> <span class="fn">Martin Vysny</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - slf4j not logging VERBOSE and DEBUG messages, no matter what is Logcat's loglevel"
   href="http://bugzilla.slf4j.org/show_bug.cgi?id=323">bug 323</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>vysny@baka.sk
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - slf4j not logging VERBOSE and DEBUG messages, no matter what is Logcat's loglevel"
   href="http://bugzilla.slf4j.org/show_bug.cgi?id=323#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - slf4j not logging VERBOSE and DEBUG messages, no matter what is Logcat's loglevel"
   href="http://bugzilla.slf4j.org/show_bug.cgi?id=323">bug 323</a>
              from <span class="vcard"><a class="email" href="mailto:vysny@baka.sk" title="Martin Vysny <vysny@baka.sk>"> <span class="fn">Martin Vysny</span></a>
</span></b>
        <pre>The problem is that slf4j honors Android's Log.isLoggable() function, which
seems correct, but unfortunately in Android it's not. The Log.isLoggable() by
defaults returns false for debug logging. DEBUG can be configured only by
gaining developer access to the phone. So, the application itself nor the user
cannot enable debug level easily. This behavior is IMHO broken horribly and
developers are simply not using that call:

<a href="http://stackoverflow.com/questions/19984838/how-to-get-slf4j-android-to-honor-logcat-logging-level">http://stackoverflow.com/questions/19984838/how-to-get-slf4j-android-to-honor-logcat-logging-level</a>

I myself have found a workaround by using the slf4j-android 1.6.1-RC1. So, I
would vote for not calling Log.isLoggable() at least for Logger.debug(); I
would however recommend to not Log.isLoggable() entirely. Thanks!</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>