RGFLoggerLog Method

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.3.1.24.0524.1
C#
public void Log(
	Exception ex,
	string step,
	LogLevel level,
	string srcName,
	string srcAction,
	string message = null,
	params Object[] args
)

Parameters

ex  Exception
 
step  String
 
level  LogLevel
 
srcName  String
 
srcAction  String
 
message  String  (Optional)
 
args  Object
 

See Also