On 09/06/2010 04:30 PM, Paolo Bonzini wrote:

> 
> It's a bit ugly, but not strictly a bug.  I suggest you use a
> dictionary, and #doesNotUnderstand: instead of a getter, especially
> because you're adding the instance variables to _all_ instances of
> LogConfig rather than just one.

Two more questions

1.) is it possible to only add instance variables only to one instance? How
would I do it? '123' addInstVarNamed didn't work here.

2.) #doesNotUnderstand will not work from what I see as the Logging Module
does not know who is going to add areas to it, unless I do something like
LogConfig allSubClassesDo: []... is that appropriate?


_______________________________________________
help-smalltalk mailing list
help-smalltalk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to