Hi Than,

still I am wondering if it is possible to set the debug flag in code
with:

service = new Service();
service.S.debug=true;

In the constructor you set

this.S = new Settings();
this.logger = new Logger(this.S.DEBUG);

This means that the Logger is alway instantiated with the default
value of S.DEBUG.
the line service.S.debug=true; will take no effect or am I wrong?

With the new Version of the Service constructors it will be possible
to pass a custom Logger but setting the debug flag in code will still
have no effect.

Greets
Casjen




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to