
|
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 » |
made changes - 24/Aug/05 10:21 PM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|