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

TLazLoggerWriteExEventInfo

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.

end;