Do you get logging output otherwise? Is
es.app.config.PropPreferences a class where you
perform manual configuration of Log4j? If so,
then don't define a Logger in a class meant to
configure all other loggers or, at least make it
an instance variable and don't initialize it
until after yo
Hello,
Firstly, I´m sorry for send my question to that list, I don´t know if that´s
the appropiate place but, I think you could help me.
I´m trying to use log4jMini in a J2ME project. Following the official
instructions, I had download the SVN trunk code and I had compiled it with
the "foundatio