Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q5808 How do I place an event into the NT web server log?

irt.org | Knowledge Base | ASP | Q5808 [ previous next ]

Q5808 How do I place an event into the NT web server log?

The method AppendToLog will add text to the end of the server log entry for the retrieval of this ASP page:

<%

' USE PLAIN TEXT
Response.AppendToLog "myTextHere"
' OR VARIABLES
Response.AppendToLog anyTextVariableHere

%>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.