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

TLazLogger.DecreaseIndent

Decreases the nesting level for the logger.

Declaration

Source position: lazloggerbase.pas line 130

protected procedure TLazLogger.DecreaseIndent; virtual; overload;

procedure TLazLogger.DecreaseIndent(

  LogEnabled: TLazLoggerLogEnabled

); virtual; overload;

Description

DecreaseIndent is an overloaded method used to decrement 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.