[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Copies values from the logger instance in Src into the current class instance.
Source position: lazloggerbase.pas line 146
public procedure TLazLogger.Assign( |
Src: TLazLogger |
); virtual; |
Src |
|
Logger instance with values copied in the method. |
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.
|
Indicates the current nesting level for call to the logger class instance. |
|
|
Indicates the maximum length for the nesting prefix used when values are output in the logger. |
|
|
Indicates if the global DebugLoggerGroupList is used as the value for the LogGroupList property. |
|
|
Container with the group instances for the logger. |
Version 4.0 | Generated 2025-05-03 | Home |