Web.HTTPApp.TWebResponse.LogMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LogMessage: string read GetLogMessage write SetLogMessage;

C++

__property System::UnicodeString LogMessage = {read=GetLogMessage, write=SetLogMessage};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebResponse

Description

Describes the HTTP response message for event logging purposes.

Set LogMessage to a description of the action carried out by the TWebActionItem object that services this HTTP response. Usually, LogMessage includes the URI that handled the request message, along with date and time information.

See Also