RGFLoggerLogDebugStep Method

[Missing <summary> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.LogDebugStep(System.String,System.String,System.Object[])"]

Definition

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

Parameters

step  String

[Missing <param name="step"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.LogDebugStep(System.String,System.String,System.Object[])"]

message  String

[Missing <param name="message"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.LogDebugStep(System.String,System.String,System.Object[])"]

args  Object

[Missing <param name="args"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.LogDebugStep(System.String,System.String,System.Object[])"]

Implements

IRGFLoggerLogDebugStep(String, String, Object)

See Also