Represents a Trace Log where various types of events can be stored and viewed.

A maximum of 1000 items are recorded. If this maximum is exceeded then new items will still be added to the collection but items at the start of the collection will be removed.

Methods

Name Description
Clear Clear collection
GetDebugListAfterTraceItem System Use Only
GetLatestDebugItem System Use Only
GetProcedureName Returns the Name of the calling Procedure.
UpdateTraceItem Updates the specified Trace Item's properties and calculates the duration.
WriteDebug
WriteSql Write an entry to the SQL Log.
WriteTrace
WriteTraceProcedureBegin
WriteTraceProcedureEnd
WriteTraceTest Writes to the Trace file, but returns any errors.
WriteWarning Write an entry to the Warnings Log.

Properties

Name Description
EnableFileWrite Indicates whether the Trace will be written to the file specified in FileName.
Enabled Indicates whether the Trace is Enabled.
FileName If non-blank will append traces to the specified file name.
Indent Indentation for DebugWrite items.
Items Read-Only The trace items.
ValidationErrorLevel Defines how Validation warnings generated via the Runtime.Validation functions should react.
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0