RGFLogger Constructor

Initializes a new instance of the RGFLogger class

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
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
 

See Also