RGFLogger.LogTraceStep Method

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.12.0.24.1213.1
C#
public void LogTraceStep(
	string step,
	string message,
	params Object[] args
)

Parameters

step  String
 
message  String
 
args  Object[]
 

Implements

IRGFLogger.LogTraceStep(String, String, Object[])

See Also