RGFLogger Constructor
Initializes a new instance of the 
RGFLogger class
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.5.2.24.0805.1
public RGFLogger(
	ILogger logger,
	string groupName = null,
	string srcName = null,
	string srcAction = null,
	IEnumerable<KeyValuePair<string, Object>> state = null,
	string message = null,
	LogLevel logLevel = LogLevel.Trace,
	params Object[] args
)
Parameters
- logger  ILogger
-  
- groupName  String  (Optional)
-  
- srcName  String  (Optional)
-  
- srcAction  String  (Optional)
-  
- state  IEnumerableKeyValuePairString, Object  (Optional)
-  
- message  String  (Optional)
-  
- logLevel  LogLevel  (Optional)
-  
- args  Object
-