You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by "Nicko Cadell (JIRA)" <ji...@apache.org> on 2007/03/06 21:01:25 UTC

[jira] Resolved: (LOG4NET-97) Make Hierarchy's ILoggerFactory aware of the repository's LevelMap

     [ https://issues.apache.org/jira/browse/LOG4NET-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicko Cadell resolved LOG4NET-97.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.11
         Assignee: Nicko Cadell

I have committed this patch.

> Make Hierarchy's ILoggerFactory aware of the repository's LevelMap
> ------------------------------------------------------------------
>
>                 Key: LOG4NET-97
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-97
>             Project: Log4net
>          Issue Type: Improvement
>            Reporter: Ron Grabowski
>         Assigned To: Nicko Cadell
>            Priority: Trivial
>             Fix For: 1.2.11
>
>         Attachments: Make_ILoggerFactory_use_LevelMap.patch
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.