Click or drag to resize

modelRecordBaselog Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Logs the specified message.

Namespace:  imbSCI.DataComplex.data.modelRecords
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void log(
	string message
)
Request Example View Source

Parameters

message
Type: SystemString
The message.

Implements

ILogablelog(String)
See Also