TEventLog
From Lazarus wiki
Jump to navigationJump to search
│
English (en) │
français (fr) │
русский (ru) │
TEventLog is a non-visual component that assists in event-logging. It is available from System tab of the Component Palette.
A TEventLog provides a bunch of procedures to log various levels of severity to either the system log or a named log-file.
procedure Log();
procedure Info();
procedure Debug();
procedure Warning();
procedure Error();
See also