[slf4j-user] SLF4J on the Google Android Platform

Ceki Gulcu ceki at qos.ch
Thu Oct 22 16:46:07 CEST 2009


Hello Thorsten,

Sounds great. The easiest approach to integrate your contributions would be to 
fork slf4j on github and let us know when you are done so that we can study the 
results.

To fork SLF4J, create a user id on github and then go to 
http://github.com/ceki/slf4j and click on fork. You should then locally clone 
your fork and publish the results into the forked version.

Holler if you need help,

Cheers,

Thorsten Möller wrote:
> Dear all,
> 
> we are happy to announce that we have finished developing a new logger 
> binding for SLF4J so that it can be directly used on the Google Android 
> Platform. This new binding (implementation of org.slf4j.Logger) 
> basically maps all log requests to corresponding logging methods calls 
> that are provided on the Android platform. The implementation is quite 
> slim. In fact, that Jar which bundles both the API part and the 
> implementation is less than 30kB in size (note that both need to be 
> bundled in one file because of the way Andoid processes JARs into APKs).
> 
> The following lines are rather addressed to the SLF4J maintainers.
> We have not yet published the project because we would like to 
> contribute it to the SLF4J community, under the same license terms. What 
> do you think?
> 
> Best,
> Thorsten
> 

-- 
Ceki Gülcü
Logback: The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch



More information about the slf4j-user mailing list