Greetings,
One of the pending issues of the .NET SMSLib package was the debug logging.
I had much trouble while trying to make the logging subsystem work as it should. For example, read a configuration file and react accordingly, or "silence" completely. In fact, nothing worked... I am sure that this has something to do with the
IKVM conversion.
After a lot of experiments, I found that I could control the logging
if I disable the
Simple Logging Facade. If I switch to a pure
log4j solution, I can easily control if, when and how the debug logging gets activated.
So,
I have decided to dump the Logging Facade library. Starting from the next release, Java users should expect
log4j to be the only logging dependency. .NET users are not directly affected by this as the IKVM conversion takes care of the details. Instructions will be provided in order to allow them to enable/disable debug logs at will.
