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

TLazLoggerWithGroupParam

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazloggerbase.pas line 248

type TLazLoggerWithGroupParam = class(TLazLogger)

public

  constructor Create;

  

  procedure Assign(); override;

  

  function RegisterLogGroup();

  

  function FindOrRegisterLogGroup();

  

  property ParamForEnabledLogGroups: string; [rw]

  

end;

Inheritance

TLazLoggerWithGroupParam

  

|

TLazLogger

  

|

TRefCountedObject

  

|

TFreeNotifyingObject

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.