[slf4j-user] Logging Filter for Android SLF4J

Thorsten Möller thorsten.moeller at unibas.ch
Thu Feb 24 08:02:18 CET 2011


Am 24.02.2011 um 01:38 schrieb Fred:

> Am I just blind?
> How do you set up filters with the android implementation of slf4j?

As the name "simple logging facade" indicates, neither SLF4J (in general) nor its Android implementation do provide measures for filtering logging requests - they are a facade to the underlying logging framework. Consequently, this is a feature that has to be supported underlying logging framework. The Android implementation is a facade to the logging framework of the Android platform, which has simple log level threshold based filtering, configurable directly in the Eclipse view.

-Thorsten


More information about the slf4j-user mailing list