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
_______________________________________________
slf4j-user mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-user

Reply via email to