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

TLazLoggerWriteExEventInfo

Contains extended information for a write event in a logger.

Declaration

Source position: lazloggerbase.pas line 55

type TLazLoggerWriteExEventInfo = record

  Group: PLazLoggerLogGroup;

  

Remember the nesting level count if there is a single group.

  DbgOutAtBOL: Boolean;

  

Only for DbgOut. True if the first segment in a new line.

  LogText: PText;

  

Contains a pointer to the Text type where extended logging information is written.

end;

Description

Passed as an argument to a TLazLoggerWriteExEvent handler routine.

Version info

Added in LazUtils version 3.0. LogText member added in Lazarus version 4.0.

See also

TLazLoggerWriteExEvent

  

PLazLoggerLogGroup

  

Pointer to a TLazLoggerLogGroup instance.

TLazLoggerLogGroup

  

Record type with information about a log group in TLazLogger.


Version 4.0 Generated 2025-05-03 Home