[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Calls DoDebuglnStack to write the message in s when the logger has been enabled.
Source position: lazloggerbase.pas line 167
public procedure TLazLogger.DebuglnStack( |
const s: string = '' |
); |
LogEnabled: TLazLoggerLogEnabled; |
const s: string = '' |
); |
s |
|
Message written in the method. |
s |
|
Message written in the method. |
Modified in LazUtils version 3.0 to use group information for the enabled logger.
Version 4.0 | Generated 2025-05-03 | Home |