PluginAttribute does not allow plugin type to be specified as a Type, only as a 
string
--------------------------------------------------------------------------------------

         Key: LOG4NET-45
         URL: http://issues.apache.org/jira/browse/LOG4NET-45
     Project: Log4net
        Type: Improvement
  Components: Core  
    Versions: 1.2.9    
    Reporter: Nicko Cadell
 Assigned to: Nicko Cadell 
    Priority: Minor
     Fix For: 1.2.10


The PluginAttribute currently allows the plugin type to be specified as a 
string, for example:

[assembly: 
log4net.Config.Plugin("log4net.Plugin.RemoteLoggingServerPlugin,log4net")]

it should be possible to specify this as a type, for example:

[assembly: 
log4net.Config.Plugin(typeof(log4net.Plugin.RemoteLoggingServerPlugin))]

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