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

TLazLogger

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

Declaration

Source position: lazloggerdummy.pas line 82

type TLazLogger = class(TRefCountedObject)

public

  procedure Assign(); virtual;

  

  procedure Init;

  

  procedure Finish;

  

  property NestLvlIndent: Integer; [rw]

  

  property MaxNestPrefixLen: Integer; [rw]

  

  function RegisterLogGroup();

  

  function FindOrRegisterLogGroup();

  

  property LogGroupList: TLazLoggerLogGroupList; [r]

  

  property UseGlobalLogGroupList: Boolean; [rw]

  

  procedure DebuglnStack();

  

  procedure DbgOut();

  

  procedure DebugLn();

  

  procedure DebugLnEnter();

  

  procedure DebugLnExit();

  

end;

Inheritance

TLazLogger

  

|

TRefCountedObject

  

|

TFreeNotifyingObject

  

|

TObject

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