asp.net.ph

Response.AppendToLog Method

System.Web Namespace   HttpResponse Class


Adds custom log information to the IIS log file.

[ VB ]
Public Sub AppendToLog ( _
   ByVal param As String _
)

[ C# ]
public void AppendToLog (
   string param
);

[ C++ ]
public: void AppendToLog (
   String* param
);

[ JScript ]
public function AppendToLog (
   param : String
);

Parameters

param
The text to add to the log file.

Example

The following example appends a string to the log.

Response.AppendToLog ( "Page delivered" );
  C# VB

See Also

HttpResponse Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph