소스 검색

* Expose log event handler in webhandler

git-svn-id: trunk@17510 -
michael 14 년 전
부모
커밋
79bbc2291f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/fcl-web/src/base/custweb.pp

+ 1 - 0
packages/fcl-web/src/base/custweb.pp

@@ -130,6 +130,7 @@ Type
     Property Administrator : String Read GetAdministrator Write FAdministrator;
     property OnShowRequestException: TOnShowRequestException read FOnShowRequestException write FOnShowRequestException;
     property OnIdle: TNotifyEvent read FOnIdle write FOnIdle;
+    Property OnLog : TLogEvent Read FOnLog Write FOnLog;
   end;
 
   TCustomWebApplication = Class(TCustomApplication)