Can I use log4net in the class library?

I created a C # class library and registered this as a com object on my server. and I call C # methouds using VBscript code.

Can log4.net be used to register information for this scenario?

+4
source share
1 answer

Yes, you can use it in your class library, there is no problem

check this announcement for details: How to enable log4net for class library?

+5
source

All Articles