RE: [jira] Created: (LOG4NET-54) Ensure all AppSettings settings are settable on XmlHierarchyConfigurator's log4net node

2005-11-04 Thread Nicko Cadell
I'm not too sure that the log4net node in the configuration should be used to set the log4net.Internal.Debug or log4net.Internal.Quiet flags. These are global flags and currently setting log4net debug=true will turn on this global flag, but this is usually too late. If the user want to enable

RE: [jira] Created: (LOG4NET-54) Ensure all AppSettings settings are settable on XmlHierarchyConfigurator's log4net node

2005-11-04 Thread Ron Grabowski
One of the benefits of having AppSetting values settable within the log4net.config file is that you can make changes to how log4net works without having to re-cycle your application. Having said that, I doubt there is a high demand for setting then resetting log4net.Internal.Quiet without