|
From: Michael T. <mj...@c-...> - 2003-07-10 13:42:40
|
On 7/10/03 at 2:58 AM, Chris Hanson <cm...@bd...> wrote: > I think NSUserDefaults is the way to go for Log4Cocoa; it gets us so > much for free, I think we'd be crazy not to use it. Yeah. > The question is, should there just be one Log4Cocoa key in an > application's defaults that all the potential Log4Cocoa settings > would live under? I'd like it to be easy to use the command-line overrides by setting the executable arguments in Project Builder. A single key would mean less typing because we wouldn't have to unique the subkeys. OTOH, multiple keys might make it easier to switch options on and off (by clicking the checkboxes). And with a single key, all the settings in the registration domain get overridden if you specify the key on the command-line. That'd be a pain. What advantages did you have in mind for using a single key? --Michael |