[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazLoggerBase' (#lazutils)

TLazLogger.IncreaseIndent

Increases the nesting level for the logger.

Declaration

Source position: lazloggerbase.pas line 130

protected procedure TLazLogger.IncreaseIndent; virtual; overload;

procedure TLazLogger.IncreaseIndent(

  LogEnabled: TLazLoggerLogEnabled

); virtual; overload;

Description

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.0 Generated 2025-05-03 Home