Hello, we rewrote our pluginmanager and now the plugins have to be serializable.
The plugins should also be able to log. So the interface of the plugins looks something like that. Public void run(args[], log4net plogger). But now (with the new pluginmanager) this isn’t working because log4net isn’t serializable. How can i make log4net serializable? Have any one a good solution for my problem? Greetings martin