[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: lazloggerbase.pas line 144
public constructor TLazLogger.Create; |
Create is the constructor for the class instance. It calls the inherited method on entry, and allocates or initializes members in the class instance.It calls InitCriticalSection to allow the thread manager to set up the critical section used to protect resources in the class instance.
Version 4.0 | Generated 2025-05-03 | Home |