Click or drag to resize

PFLoggerStep Method

Adds a step in the logger and format it using values.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void Step(
	string message,
	params Object[] values
)

Parameters

message
Type: SystemString
values
Type: SystemObject
See Also