RGFLoggerInit Method

[Missing <summary> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.Init(Recrovit.RecroGridFramework.IRGFLogger,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.String,Microsoft.Extensions.Logging.LogLevel,System.Object[])"]

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public void Init(
	IRGFLogger parent,
	string srcName,
	string srcAction,
	IEnumerable<KeyValuePair<string, Object>> state = null,
	string message = null,
	LogLevel logLevel = LogLevel.Debug,
	params Object[] args
)

Parameters

parent  IRGFLogger

[Missing <param name="parent"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.Init(Recrovit.RecroGridFramework.IRGFLogger,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.String,Microsoft.Extensions.Logging.LogLevel,System.Object[])"]

srcName  String

[Missing <param name="srcName"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.Init(Recrovit.RecroGridFramework.IRGFLogger,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.String,Microsoft.Extensions.Logging.LogLevel,System.Object[])"]

srcAction  String

[Missing <param name="srcAction"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.Init(Recrovit.RecroGridFramework.IRGFLogger,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.String,Microsoft.Extensions.Logging.LogLevel,System.Object[])"]

state  IEnumerableKeyValuePairString, Object  (Optional)

[Missing <param name="state"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.Init(Recrovit.RecroGridFramework.IRGFLogger,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.String,Microsoft.Extensions.Logging.LogLevel,System.Object[])"]

message  String  (Optional)

[Missing <param name="message"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.Init(Recrovit.RecroGridFramework.IRGFLogger,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.String,Microsoft.Extensions.Logging.LogLevel,System.Object[])"]

logLevel  LogLevel  (Optional)

[Missing <param name="logLevel"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.Init(Recrovit.RecroGridFramework.IRGFLogger,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.String,Microsoft.Extensions.Logging.LogLevel,System.Object[])"]

args  Object

[Missing <param name="args"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.Init(Recrovit.RecroGridFramework.IRGFLogger,System.String,System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.Object}},System.String,Microsoft.Extensions.Logging.LogLevel,System.Object[])"]

See Also