LogException

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWExceptionLogger > Methods >

LogException

Called internally by IntraWeb to process the exception and save the log to file or event log. You probably do not need to call this method directly. This method does nothing when the instance is disabled (Enabled = False).

 

SIGNATURE=IWExceptionLogger.TIWExceptionLogger.LogException@TObject@Exception@THttpRequest

 

ETYPE=Method

 

Declaration:

Delphi:

public function LogException(Sender: TObject; E: Exception; ARequest: THttpRequest): Boolean;

C++:

public: __fastcall bool LogException(TObject * Sender, Exception E, THttpRequest ARequest);

 

Description: This is LogException, a member of class TIWExceptionLogger.