IISResponse.appendToLog(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void appendToLog(System::String ^ _logEntry);
public virtual void appendToLog (string _logEntry);
abstract member appendToLog : string -> unit
override this.appendToLog : string -> unit
Public Overridable Sub appendToLog (_logEntry As String)
Parameters
- _logEntry
- String