IRGFLoggerLogError(String, Object) Method

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

Definition

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

Parameters

message  String  (Optional)

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

args  Object

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

See Also