Re: SLog needs some constants

John Abraham <[email protected]> Tue, 6 Jul 2010 10:43:15 +0100
Newsgroups gmane.comp.java.orm.simpleorm
Message-ID <[email protected]>
On 2010-07-06, at 10:39 AM, Franck Routier wrote:

> Hi,
> 
> actually SLog is here to be the simpliest logger possible.
> 
> Slf4j is only an PAI, and you can choose the actual logger, that can be
> log4j, commons logging, logback, etc.
> 
> So I would say that instead of introducing another dependency, you can
> use the SLogSlf4j class, and configure you application to use log4j as
> the actual logger.
> 

> HTH,
> 
> 
That actually helps a lot, Franck.  Thanks!  It never occurred to me to even check whether Slf4j could be used with Log4j.

--
John