Mono Support WAO - IsLoggingDebug and IsLoggingTrace settings in web.config 

Viewed 9701 time(s), 2 post(s), 3/28/2012 2:58:49 PM - by rguenette
3/28/2012 2:58:49 PM
48 Reputation 4 Total posts

Hi,

Can anyone tell me what are those settings (in the web.config file) and what are they for? I searched your website but found nothing ...


<MonoSoftware.Web.WAO.Properties.WAO>
<setting name="IsLoggingDebug" serializeAs="String">
<value>True</value>
</setting>
<setting name="IsLoggingTrace" serializeAs="String">
<value>True</value>
</setting>
</MonoSoftware.Web.WAO.Properties.WAO>

Thanks,

1
3/29/2012 3:53:26 PM
15993 Reputation 2214 Total posts

Hi,

these settings are internally used for logging debug and trace messages to event viewer. You can check if messages are logged in the event viewer under Windows Logs/Application.

Note: Latest version (not yet released) switched logging to log4net 3rd party tool, so if you need any kind of logging let us know and we can send you unofficial version.

Regards

2
This is a demo site for MonoX. Please visit Mono Software for more info.