Can i use log4net in class library?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-22 05:32:07

问题


I have created a c# class library, and registerd that as com object in my server. and am calling the c# methouds using VBscript code.

can i use log4.net to log the information on this scenario?


回答1:


Yes you can use it in you class library there no issues in it

check this anwer for detail : How to include log4net for a class library?



来源:https://stackoverflow.com/questions/11356104/can-i-use-log4net-in-class-library

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!