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 "Frédéric Mestayer (Updated JIRA)" <ji...@apache.org> on 2012/03/09 19:30:58 UTC

[jira] [Updated] (LOG4NET-324) Method not found: 'log4net.Config.XmlConfigurator.Configure'

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

Frédéric Mestayer updated LOG4NET-324:
--------------------------------------

    Attachment: project_error.png
    
> Method not found: 'log4net.Config.XmlConfigurator.Configure'
> ------------------------------------------------------------
>
>                 Key: LOG4NET-324
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-324
>             Project: Log4net
>          Issue Type: Bug
>    Affects Versions: 1.2.11
>         Environment: Mono
>            Reporter: Frédéric Mestayer
>            Priority: Blocker
>         Attachments: project_error.png
>
>
> In 1.2.10, signature was :
> void log4net.Config.XmlConfigurator.Configure()
> 1.2.11 changes it to :
> ICollection log4net.Config.XmlConfigurator.Configure()
> ANY library using 1.2.10 in a project using 1.2.11 will cause the type Loader to raise an Exception because the signature does not match.
> You should NEVER break the signature contract inside a minor release, i can't understand why you did this (and the strong name horror, too).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira