Make Hierarchy's ILoggerFactory aware of the repository's LevelMap
------------------------------------------------------------------

                 Key: LOG4NET-97
                 URL: http://issues.apache.org/jira/browse/LOG4NET-97
             Project: Log4net
          Issue Type: Improvement
            Reporter: Ron Grabowski
            Priority: Trivial


Instead of creating the RootLogger with Level.Debug:
 
 return new RootLogger(Level.Debug);

shouldn't the DefaultLoggerFactory use:

 return new RootLogger(repository.LevelMap.LookupWithDefault(Level.Debug));

in case the user has remapped Debug to another value.

-- 
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