Unit 'LazLogger' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_utils]

DebugLn

Declaration

Source position: LazLoggerIntf.inc line 13

procedure DebugLn(

  const s: string = ''

); overload;

procedure DebugLn(

  const Args: array of Const

); overload;

procedure DebugLn(

  const S: string;

  const Args: array of Const

); overload;

procedure DebugLn(

  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;

procedure DebugLn(

  LogEnabled: TLazLoggerLogEnabled;

  const s: string = ''

); overload;

procedure DebugLn(

  LogEnabled: TLazLoggerLogEnabled;

  const Args: array of Const

); overload;

procedure DebugLn(

  LogEnabled: TLazLoggerLogEnabled;

  const S: string;

  const Args: array of Const

); overload;

procedure DebugLn(

  LogEnabled: TLazLoggerLogEnabled;

  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;



CT Web help

CodeTyphon Studio