Skip to content

dthommes/slf4j-android-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slf4j-android-mod

Android version of the SLF4J logging framework.

This is a fork of the original version by Thorsten Möller (http://www.slf4j.org/android/). I have modified it.

  • Full class names in the message instead in the tag, so no class name truncation is necessary.
  • Simple configuration with slf4j.properties in the classpath. You can configure the log level and the tag used by all loggers.

Example slf4j.properties:


logging.level=debug

logging.tag=SuperApp


Happy logging!

Daniel

About

Android version of the SLF4J logging framework

Resources

Stars

Watchers

Forks

Packages

No packages published