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.
Available as uk.uuid.slf4j:slf4j-android.
Last modified 2020-08-24T19:49:21+00:00.
©2002-2024 Simon Arlott. All Rights Reserved.