Event handler signalled to write a full line in the log (DebugLn, DebugLnEnter or DebugLnExit).
Source position: lazlogger.pas line 183
public property TLazLoggerFile.OnDebugLn : TLazLoggerWriteEvent |
OnDebugLn allows user-specified actions to be performed when writing a log message. Arguments passed to the event handler identify the log message and the logger class instance used for the operation. A Handled variable parameter is also provided that can be set to True to prevent the default action (writing to log) from being performed in the DoDebugLn method.
| Version 4.4 | Generated 2025-11-08 | Home |