Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.
/ slf4j Public archive
forked from twwwt/slf4j

Customized SLF4J-Android logger implementation

License

Notifications You must be signed in to change notification settings

jeremiehuchet/slf4j

 
 

Repository files navigation

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

About

Customized SLF4J-Android logger implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.5%
  • JavaScript 2.2%
  • CSS 1.1%
  • Other 0.2%