On Mon, Sep 6, 2010 at 12:53, Holger Hans Peter Freyther <[email protected]> wrote: >>> 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).
Do you have a pointer to the API you're taking inspiration from? Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
