You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shiro.apache.org by f a v <fa...@gmail.com> on 2011/02/01 13:15:45 UTC

Re: java.lang.ClassNotFoundException: org.slf4j.impl.StaticLoggerBinder

slf4j allows you to choose the logging framework to use. This way, if
you are using log4j, shiro-core doesn't force you to change it to jul,
for example, you just add slf4j-log4j12.jar. Take a look to
http://www.slf4j.org/

On Mon, Jan 31, 2011 at 12:27 PM, Sebastian E. Ovide
<se...@gmail.com> wrote:
> mmm... shouldn't it be already part of shiro-core ?