 | STARCommandFormatTrace Method |
Logging
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic void FormatTrace(
string source,
string action,
StepStatusEnum status,
Object details
)
Public Sub FormatTrace (
source As String,
action As String,
status As StepStatusEnum,
details As Object
)
public:
void FormatTrace(
String^ source,
String^ action,
StepStatusEnum status,
Object^ details
)
member FormatTrace :
source : string *
action : string *
status : StepStatusEnum *
details : Object -> unit
Parameters
- source
- Type: SystemString
message source - action
- Type: SystemString
command action - status
- Type: Huarui.STARLineStepStatusEnum
status - details
- Type: SystemObject
message detail
See Also