Top Method Summary
Options Name Purpose
Log (character) Writes a message to the debug log file
Log (character, character) Writes a message to the debug log file
Skip (integer) Writes empty lines to the debug log file

Top Constructor Summary
Options Name Purpose
Debug () Constructor for the Debug class


Method Detail
Top

Log (character)

Purpose: Writes a message to the debug log file
Notes: Requires the DEBUG Compile time option

Parameters:
pcMessage CHARACTER
The message to write to the debug log file
Top

Log (character, character)

Purpose: Writes a message to the debug log file
Notes: Requires the DEBUG Compile time option

Parameters:
pcMessageGroup CHARACTER
The message group to prefix the message with
pcMessage CHARACTER
The message to write to the debug log file
Top

Skip (integer)

Purpose: Writes empty lines to the debug log file
Notes:

Parameters:
piLines INTEGER
The number of lines to Skip


Constructor Detail
Top

Debug ()

Purpose: Constructor for the Debug class
Notes: Disallow instance creation



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:21:11