Increases the nesting level for the logger.
Source position: lazloggerbase.pas line 130
protected procedure TLazLogger.IncreaseIndent; virtual; overload; |
LogEnabled: TLazLoggerLogEnabled |
); virtual; overload; |
IncreaseIndent is an overloaded method used to increment the nesting level for output from the logger. The overloaded variant allow the method to be called without parameters, or with a record for an enabled log group. Both variants have an empty implementation, and must be overridden to perform the actions needed for the output destination in the descendent logger.
| Version 4.4 | Generated 2025-11-08 | Home |