MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 7984 time(s), 2 post(s) 3/28/2012 2:58:49 PMby rguenette
rguenette

rguenette

3/28/2012 2:58:49 PM
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,
This content has not been rated yet. 
48 Reputation 4 Total posts
khorvat

khorvat

3/29/2012 3:53:26 PM
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
This content has not been rated yet. 
15993 Reputation 2214 Total posts