On 09/06/2010 06:24 PM, Paolo Bonzini wrote:
> However, it's broken and only works if "instance class" has no instance > variables at all. I'll shortly push a fix. awesome! GNU Smalltalk is getting better and better, does anyone think a windows version will help us to get more devs? > >> 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? > > I don't understand why would you subclass LogConfig rather than create > multiple instances? Maybe my approach is wrong, so let me recap. I have multiple subsystems that add their own areas but I want to write code like this anObject logDebug: 'message' area: #sccp. So for this I need to have a LogConfig per Process (or one global one to start with). _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
