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

DumpExceptionBackTrace

Write the stack trace back when an exception is detected.

Declaration

Source position: LazLoggerIntf.inc line 119

procedure DumpExceptionBackTrace;

procedure DumpExceptionBackTrace(

  LogEnabled: TLazLoggerLogEnabled

);

Description

Calls the DumpExceptionBackTrace method for the logger in the DebugLogger variable.

See also

TLazLogger.DebugLn

  

Writes a message to the logger class instance at the current indentation level.

TLazLogger.DumpExceptionBackTrace

  

Writes addresses and exception frames representing the backtrace for an exception.


Version 4.0 Generated 2025-05-03 Home