[ http://issues.apache.org/jira/browse/LOG4NET-54?page=all ]
     
Ron Grabowski resolved LOG4NET-54:
----------------------------------

    Resolution: Won't Fix
     Assign To: Ron Grabowski

Log4Net contains classes with static constructors that generate log messages. 
Adding a quiet attribute to the log4net node is to late to stop the static 
constructors' log messages from being output. I wrote code inside 
XmlHierarchyConfigurator's Configure method to support the quiet attribute 
(similiar to the checks for the internal debugging attribute) but by the time 
the code had been processed, ~13 internal messages had been written.

> Ensure all AppSettings settings are settable on XmlHierarchyConfigurator's 
> log4net node
> ---------------------------------------------------------------------------------------
>
>          Key: LOG4NET-54
>          URL: http://issues.apache.org/jira/browse/LOG4NET-54
>      Project: Log4net
>         Type: Improvement
>     Reporter: Ron Grabowski
>     Assignee: Ron Grabowski
>     Priority: Minor

>
> The "log4net.Internal.Debug" AppSetting key can be setup on the log4net node 
> using the "debug" attribute. "log4net.Internal.Quiet" is settable via 
> AppSettings but not on the log4net node.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to