Log items to the log file.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Sub Log ( _
	szY As String, _
	ParamArray szItems As String() _
)

Parameters

szY
Type: System..::..String

[Missing <param name="szY"/> documentation for "M:ExpSuite.STIM.Log(System.String,System.String[])"]

szItems
Type: array<System..::..String>[]()[][]
Each string will be quoted (if necessary) and written to the log file.

Remarks