RGFLoggerLogWarning(Exception, String, Object) Method

Definition

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

Parameters

ex  Exception
 
message  String
 
args  Object
 

Implements

IRGFLoggerLogWarning(Exception, String, Object)

See Also