Uploaded image for project: 'Log4net'
  1. Log4net
  2. LOG4NET-45

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

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.2.9
    • 1.2.10
    • Core
    • None

    Description

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

      Attachments

        Activity

          People

            nicko Nicko Cadell
            nicko Nicko Cadell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: