RGFLoggerLogError(String, Object) Method

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public void LogError(
	string message = null,
	params Object[] args
)

Parameters

message  String  (Optional)
 
args  Object
 

Implements

IRGFLoggerLogError(String, Object)

See Also