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


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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