Java library implementing SLF4J on Android

Android provides its own Log API but it's based on a basic print buffer and the tag namespace is global. This library implements the SLF4J interface and acts as a hybrid native/wrapper implementation to supplement the Android Log functionality.

It has an optional configuration file to allow different tags to be set for different logger names and to include the current thread in logger output. Calls to isLoggable() are cached to improve performance.

The code is released under the same licence as SLF4J.

Maven Central

Available as uk.uuid.slf4j:slf4j-android.


|
Wishlist
|
Blog
Numbers

Last modified 2020-08-24T20:49:21+01:00.
©2002-2024 Simon Arlott. All Rights Reserved.