Click or drag to resize

STARCommandFormatTrace Method

Logging

Namespace:  Huarui.STARLine
Assembly:  SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public void FormatTrace(
	string source,
	string action,
	StepStatusEnum status,
	Object details
)

Parameters

source
Type: SystemString
message source
action
Type: SystemString
command action
status
Type: Huarui.STARLineStepStatusEnum
status
details
Type: SystemObject
message detail
See Also