
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
24/Aug/05 10:21 PM
|
|
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))]
|
|
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))] |
Show » |
| There are no comments yet on this issue.
|
|