[slf4j-dev] svn commit: r721 - slf4j/trunk/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl

2007-02-09 Thread jconlon
Author: jconlon Date: Fri Feb 9 16:52:28 2007 New Revision: 721 Modified: slf4j/trunk/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice/impl/LogServiceImpl.java Log: Check log level before creating strings. Modified: slf4j/trunk/osgi-over-slf4j/src/main/java/org/slf4j/osgi/logservice

Re: [slf4j-dev] [logback-user] LoggerFactory question

2007-02-09 Thread Ceki Gülcü
At 07:04 PM 2/9/2007, Eric Crahen wrote: >I'm using Logback, but I build my code only against the SLF4J api. One >thing that I found strange was that LoggerFactory is not actually part of >the SLF4J api. Correct. >This poses a challenge to me, because I will need to depend on some >arbitrary i

[slf4j-dev] svn commit: r722 - in slf4j/trunk: jcl104-over-slf4j/src/main/java/org/apache/commons/logging/impl slf4j-api/src/main/java/org/slf4j/spi slf4j-jdk14/src/main/java/org/slf4j/impl slf4j-log4

2007-02-09 Thread ceki
Author: ceki Date: Fri Feb 9 22:49:30 2007 New Revision: 722 Added: slf4j/trunk/jcl104-over-slf4j/src/main/java/org/apache/commons/logging/impl/SLF4JLocationAwareLog.java slf4j/trunk/slf4j-api/src/main/java/org/slf4j/spi/LocationAwareLogger.java Modified: slf4j/trunk/jcl104-over-slf4j/

[slf4j-dev] [Bug 23] bogus jcl-over-slf4j impl - %F, %L etc. off by one

2007-02-09 Thread bugzilla-daemon
show_bug.cgi?id=23 --- Comment #2 from [EMAIL PROTECTED] 2007-02-09 22:50 --- I just committed a fix for this bug. After its tested, it should be included in SLF4J version 1.3. -- Configure bugmail: userprefs.cgi?tab=email --- You are receiving this mail because: --- You ar

[slf4j-dev] Consolidating the LoggerFactory / A better plugin mechanism

2007-02-09 Thread Eric Crahen
I've been using the SLF4J API in some of my work and one thing about it that makes it very awkward, from a dependency mangement standpoint, is that one of the core APIs - the LoggerFactory - is actually not a part of the slf4j-api package. Instead, its actually reimplemented in each of the slf4j i