[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Writes a message to the log.
Source position: LazLoggerIntf.inc line 1
procedure DebuglnStack( |
const s: string = '' |
); |
LogEnabled: TLazLoggerLogEnabled; |
const s: string = '' |
); |
s |
|
Message written to the debugger output. |
s |
|
Message written to the debugger output. |
Calls the DebugLnStack method for the logger class instance.
|
Implements the DebugLnStack method for the logger type. |
|
|
Calls DoDebuglnStack to write the message in s when the logger has been enabled. |
|
|
Record type used to track an enabled log group. |
Version 4.0 | Generated 2025-05-03 | Home |