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

TLazLogger.Assign

Copies values from the logger instance in Src into the current class instance.

Declaration

Source position: lazloggerbase.pas line 146

public procedure TLazLogger.Assign(

  Src: TLazLogger

); virtual;

Arguments

Src

  

Logger instance with values copied in the method.

Description

No actions are performed in the method when Src has not been assigned.

Copies values from the NestLvlIndent, MaxNestPrefixLen, and UseGlobalLogGroupList properties in Src into the current class instance. Values from LogGroupList in Src are also assigned to the current class instance.

See also

TLazLogger.NestLvlIndent

  

Indicates the current nesting level for call to the logger class instance.

TLazLogger.MaxNestPrefixLen

  

Indicates the maximum length for the nesting prefix used when values are output in the logger.

TLazLogger.UseGlobalLogGroupList

  

Indicates if the global DebugLoggerGroupList is used as the value for the LogGroupList property.

TLazLogger.LogGroupList

  

Container with the group instances for the logger.


Version 4.0 Generated 2025-05-03 Home