Had a thought about logging, I thought I should share with you.
Currently JGF just uses log4j right? What if it used SLF4j (http://
www.slf4j.org/)? This would allow the user to decide which
implementation to use. Also, I am not sure, but perhaps it would make
possible to use the same configuration file for applying filters to
jME classes which are logged with the standard java logger?
Not sure about this last option... But coding to an interface seems
like a good idea for me. Anyways I do not feel very strongly about
this topic, so no need to make any changes on my account... but
perhaps something you want to consider later. Thoughts?
Regards