Top Method Summary
Options Name Purpose
ClearLogFile () Clears the logfile.
WriteMessage (character) Writes a character message to the client logile and the default logging sub system.
WriteMessage (character, character) Writes a message to the client logfiles

Top Event Summary
Options Name Purpose
ClearLog (Object, EventArgs) Event raised when a new Logging Message is present
WriteMessage (Object, LoggingEventArgs) Event raised when a new Logging Message is present


Method Detail
Top

ClearLogFile ()

Purpose: Clears the logfile.
Notes:

Top

WriteMessage (character)

Purpose: Writes a character message to the client logile and the default
logging sub system.
Notes:

Parameters:
pcMessage CHARACTER
A character message to write to the log file
Top

WriteMessage (character, character)

Purpose: Writes a message to the client logfiles
Notes: The second character parameter allows to specify that this message
should only appear in the client logfile when a certain custom
log entry type (CustomLogEntries) is activated.

Parameters:
pcMessage CHARACTER
The message text
pcMessageSubSys CHARACTER
The custom log entry type for the message


Event Detail
Top

ClearLog (Object, EventArgs)

Purpose: Event raised when a new Logging Message is present
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.EventArgs
The reference tothe Consultingwerk.EventArgs with the data for this event
Top

WriteMessage (Object, LoggingEventArgs)

Purpose: Event raised when a new Logging Message is present
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.Util.LoggingStream.LoggingEventArgs
The reference to the LoggingEventArgs with the data for this event


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:13:25