Unit 'IdServerInterceptLogBase' Package
[Overview][Classes][Index] [#pl_indy]

TIdServerInterceptLogBase

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: IdServerInterceptLogBase.pas line 51

type TIdServerInterceptLogBase = class(TIdServerIntercept)

protected

  FLock: TIdCriticalSection;

  

  FLogTime: Boolean;

  

  FReplaceCRLF: Boolean;

  

  FHasInit: Boolean;

  

  procedure InitComponent; override;

  

public

  procedure Init; override;

  

  function Accept(); override;

  

  destructor Destroy; override;

  

  procedure DoLogWriteString(); virtual; abstract;

  

  procedure LogWriteString(); virtual;

  

published

  property LogTime: Boolean; [rw]

  

  property ReplaceCRLF: Boolean; [rw]

  

end;

Inheritance

TIdServerInterceptLogBase

  

|

TIdServerIntercept

  

|

TIdBaseComponent

  

|

TIdInitializerComponent

  

|

TObject



CT Web help

CodeTyphon Studio