Click or drag to resize

metaLogBuilderOutputPage Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the metaLogBuilderOutputPage class

Namespace:  imbSCI.Reporting.meta.page
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public metaLogBuilderOutputPage(
	string __title,
	string __description,
	ILogBuilder __logBuilder,
	string __instanceID,
	string filename = "log_output"
)
Request Example View Source

Parameters

__title
Type: SystemString
__description
Type: SystemString
__logBuilder
Type: imbSCI.Core.reportingILogBuilder
__instanceID
Type: SystemString
filename (Optional)
Type: SystemString
See Also