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

TLazLogger.IndentChanged

Performs actions needed when the nesting level for the logger has been changed.

Declaration

Source position: lazloggerbase.pas line 127

protected procedure TLazLogger.IndentChanged; virtual;

Description

IndentChanged has an empty implementation, andmust be overridden in a descendent class to perform the actions needed when the nesting level (Increaseindent, DecreaseIndent) has been changed.