[jsword-devel] Loggers

DM Smith dmsmith at crosswire.org
Mon Feb 25 07:51:52 MST 2013


I'm working to use slf4j.

It will be a series of commits.
The first is to make o.c.c.util.Logger be a facade for slf4j 1.7.2 and bind to Java Logging. Lots is deprecated as it is not in the slf4j API.
The second will be to remove the binding to Java Logging and mark o.c.c.util.Logger as deprecated.
The third will be to replace o.c.c.util.Logger with org.slf4j.Logger and org.slf4j.LoggerFactory.

Once this is done, we can look at eliminating concatenation in the calls to logger, using formats instead.

I'll put a pull request up shortly for the first.

On Feb 12, 2013, at 12:55 PM, Douglas Campos <qmx at qmx.me> wrote:

> On Wed, Feb 06, 2013 at 01:46:03PM +0000, Chris Burrell wrote:
>> Hi Martin / DM
>> 
>> What about looking at replacing the JSword logging framework with SLF4j.
>> For android, all you'd do is include the Android bindings:
>> http://www.slf4j.org/android/
> +9001 for using slf4j - it's one of the best logging façades out there :)
> 
> -- 
> qmx
> 
> _______________________________________________
> jsword-devel mailing list
> jsword-devel at crosswire.org
> http://www.crosswire.org/mailman/listinfo/jsword-devel




More information about the jsword-devel mailing list