Class TafpEventLog (unit afpEventLog)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions

destructor Destroy;


procedure LogEvent(const Line: String);


procedure SetApplicationName(Value: String);

Protected declarations

procedure SetEventCategory(Value: Word);


procedure SetEventID(Value: DWord);


procedure SetIncludeUserName(Value: Boolean);


procedure SetRegisterApplication(Value: Boolean);


Properties

property ApplicationName : String

Published declarations

property EventCategory : Word


property EventID : DWord


property EventType : TEventType


property IncludeUserName : Boolean


property RegisterApplication : Boolean


Events

Variables

FApplicationName : String;

Private declarations

FEventCategory : Word;


FEventID : DWord;


FEventType : TEventType;


FIncludeUserName : Boolean;


FRegisterApplication : Boolean;


FUserName : String;



Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions


destructor Destroy;


procedure LogEvent(const Line: String);


procedure SetApplicationName(Value: String);

Protected declarations


procedure SetEventCategory(Value: Word);


procedure SetEventID(Value: DWord);


procedure SetIncludeUserName(Value: Boolean);


procedure SetRegisterApplication(Value: Boolean);


Properties


property ApplicationName : String

Published declarations


property EventCategory : Word


property EventID : DWord


property EventType : TEventType


property IncludeUserName : Boolean


property RegisterApplication : Boolean


Events


Variables


FApplicationName : String;

Private declarations


FEventCategory : Word;


FEventID : DWord;


FEventType : TEventType;


FIncludeUserName : Boolean;


FRegisterApplication : Boolean;


FUserName : String;