log4net & SmartAssembly
jerra
Posts: 2
Hi,
we have just started using SmartAssembly (5). Many questions have arisen.
One problem we haven't been able to solve concerns log4net. I don't know if this is the right forum, if not please point me in the right direction.
We have a console application (server software) using log4net and we have tried to have the log4net.dll merged or embedded together with the main assembly but it doesn't work. Having the log4net.dll completely outside makes the setup quite vulnerable as there are open configurations such as SQL statements for logging etc.
Ideal would be to have the log4net.dll & configurations files embedded and configurations encrypted. Is this possible?
log4net.dll
log4net.config <- our configuration Logging level, logging type etc
log4net.xml <- log4net's own XML configurations
Thanks!
we have just started using SmartAssembly (5). Many questions have arisen.
One problem we haven't been able to solve concerns log4net. I don't know if this is the right forum, if not please point me in the right direction.
We have a console application (server software) using log4net and we have tried to have the log4net.dll merged or embedded together with the main assembly but it doesn't work. Having the log4net.dll completely outside makes the setup quite vulnerable as there are open configurations such as SQL statements for logging etc.
Ideal would be to have the log4net.dll & configurations files embedded and configurations encrypted. Is this possible?
log4net.dll
log4net.config <- our configuration Logging level, logging type etc
log4net.xml <- log4net's own XML configurations
Thanks!
Comments
move the whole configuration for log4net into the program code