Author Message
MartínIndurain2
Joined: Mar 17, 2014
Messages: 7
Offline
Hi

According to documenat "Developer Guide for Proactive Outreach Manager", the PomDesktopAPI should generate some logs:

The library generates its own logs using Apache log4net library. A configuration file is shipped with the library


However, the library zip file contains log4net.dll, but no configuration file. I have tried some configurations but couldn't make the library get to log. I´d like to know how to make the library create the log files.

Thanks in advance
bsunil
Joined: Jan 28, 2016
Messages: 1
Offline
To enable logs please add the following lines to log4net.xml configuration file

<logger name="DotNetPOMAPIDLL">
<level value="DEBUG" />
<appender-ref ref="RollingFileAppender"/>
</logger>

Please refer to the Apache log4net site for more details around log4net - http://logging.apache.org/log4net/
Go to:   
Mobile view