Namespace: Consultingwerk
Class 
Debug Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:Debug
Purpose:Writes messages to the debug log file
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Tue Feb 12 17:18:42 CET 2013



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

PUBLIC 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

PUBLIC 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

PUBLIC Skip (integer)

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

Parameters:
piLines INTEGER
The number of lines to Skip


Constructor Detail
Top

PRIVATE Debug ()

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



©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:51:04