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

TLazLogger.IsInitialized

Indicates whether the Init method has already been called for the logger class instance.

Declaration

Source position: lazloggerbase.pas line 142

protected property TLazLogger.IsInitialized : Boolean
  read FIsInitialized;

Description

Used and updated in the Init method to determine whether DoInit is called. DoInit is not called when IsInitialized is set to True.


Version 4.0 Generated 2025-05-03 Home