This project is a fork of SLF4J. Only module slf4j-android have been modified.
This fork aims to provide more flexibility on log level configuration by introducing a configuration file.
Restriction to 23 characted have been taken off so tag names doesn't have to be compressed/truncated when using the library with Android > 2.1
Use a file assets/slf4j.properties
to configure log levels.
root = WARN
com.groupId.artifactId = DEBUG
com.groupId.artifactId.package.BusinessImpl = TRACE
org.library.tools = INFO