AppendToLog

This method of the IResponse interface adds a string to the end of the Web server log for the current request.

Syntax

public abstract void AppendToLog(java.lang.String LogEntry);

Parameters

LogEntry [in] A binary string to append to the log entry.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.