<div dir="ltr">I found a bug in the implementation while writing unit tests for a Timber binding, found in <a href="https://mvnrepository.com/artifact/org.slf4j/slf4j-android/1.7.25">https://mvnrepository.com/artifact/org.slf4j/slf4j-android/1.7.25</a> (which also seems to be propagated into many forks of this impl).<div><br></div><div>The bug is:</div><div><br></div><div>AndroidLoggerAdapter:253<br></div><div><br></div><div><div>    /**</div><div>     * Log an exception (throwable) at level DEBUG with an accompanying message.</div><div>     *</div><div>     * @param msg</div><div>     *          the message accompanying the exception</div><div>     * @param t</div><div>     *          the exception (throwable) to log</div><div>     */</div><div>    public void debug(String msg, Throwable t) {</div><div>        log(Log.VERBOSE, msg, t);</div><div>    }</div></div><div><br></div><div>-> debug log, logs with VERBOSE priority.</div><div><br></div><div>I am more than happy to provide a PR, but I can't seem to find the location of the "official" Android implementation. could somebody please tell me where to find it?<br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><br></div>lg pf<br></div></div></div></div></div>
</div></div>