Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I would advice you to not put your application specific log information in the IIs log file. That log file is specific to the web server and the format of that log file is determined by the log settings in IIs. 3rd party log analyzing tools are available for it, and you may ending up in a situation where these tools can not parse the IIs log files because information you have put there could be mis-formatted.</p> <p>Application specific log information is better to separate into either the Event log or a dedicated log file. Whether it should be the Event log or not is really a matter of preference. The Event log information could more easily be parsed and filtered by the Event Viewer and therefore could be much easier to deal with. It's a well known format that you can send to other people for further investigation and they can easily load that up into their Event Viewer. Excellent choice for support cases. If you expect a log of loggin it's preferable to create dedicated application specific Event log so you don't clutter the generic Application Event log.</p> <p>I would say that this is true for Windows desktop applications as well.</p> <p>If you don't already, I would also recommend you to use one of the well known logging frameworks such as <a href="http://logging.apache.org/log4net/" rel="noreferrer">Log4Net</a> or the <a href="http://msdn.microsoft.com/en-us/library/cc309257.aspx" rel="noreferrer">Enterprise Logging Block</a>. It will save you a lot of time and pain.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload