Unit 'LCLProc' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

DebugLnEnter

Deprecated. Use Use DebugLogger.DebugLnEnter instead.

Declaration

Source position: lclproc.pas line 156

procedure DebugLnEnter(

  const s: string = ''

); overload;

procedure DebugLnEnter(

  Args: array of Const

); overload;

procedure DebugLnEnter(

  s: string;

  Args: array of Const

); overload;

procedure DebugLnEnter(

  const s1: string;

  const s2: string;

  const s3: string = '';

  const s4: string = '';

  const s5: string = '';

  const s6: string = '';

  const s7: string = '';

  const s8: string = '';

  const s9: string = '';

  const s10: string = '';

  const s11: string = '';

  const s12: string = '';

  const s13: string = '';

  const s14: string = '';

  const s15: string = '';

  const s16: string = '';

  const s17: string = '';

  const s18: string = ''

); overload;

Description

Overloaded routine used to write the specified argument values to the debugger. Increases the indentation level for subsequent debugger output.

Version info

Deprecated in LCL version 3.99 (Apr 2024).

See also

TLazLogger.DebugLnEnter

TLazLogger.DebugLnExit



CT Web help

CodeTyphon Studio