Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 863 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 863 Bytes

slf4j-itinerennes

about

This project is a fork of SLF4J. Only module slf4j-android have been modified.

Build Status

features added from slf4j-android to slf4j-itinerennes

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

how to use it ?

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