ASP AppendToLog Method
Complete Response Object Reference
The AppendToLog method adds a string to the end of server log entry for this request. You can call
this method multiple times in a script. Each time it is called it will append the specified string to the
log entry.
Syntax
|
response.AppendToLog string
|
| Parameter |
Description |
| string |
Required. The text to append to the log file (cannot contain any comma characters) |
Examples
|
<%Response.AppendToLog "My log message"%>
|
Complete Response Object Reference

Whether you're new to XML or already an advanced user,
the user-friendly views and powerful entry helpers,
wizards, and debuggers in XMLSpy are designed to meet your XML
and Web development needs from start to finish.
New features in Version 2010!
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- XBRL validator, taxonomy editor, taxonomy wizard
- Support for Office Open XML (OOXML)
- Graphical WSDL 1.1/2.0 editor & SOAP debugger
- JSON editing & conversion
- Java, C#, C++ code generation
- And much more!
Download a free trial today!
|
|
|
|