RGFLogger Constructor

Initializes a new instance of the RGFLogger class

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
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

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

groupName  String  (Optional)

[Missing <param name="groupName"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.#ctor(Microsoft.Extensions.Logging.ILogger,System.String,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  (Optional)

[Missing <param name="srcName"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.#ctor(Microsoft.Extensions.Logging.ILogger,System.String,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  (Optional)

[Missing <param name="srcAction"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.#ctor(Microsoft.Extensions.Logging.ILogger,System.String,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.#ctor(Microsoft.Extensions.Logging.ILogger,System.String,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.#ctor(Microsoft.Extensions.Logging.ILogger,System.String,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.#ctor(Microsoft.Extensions.Logging.ILogger,System.String,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.#ctor(Microsoft.Extensions.Logging.ILogger,System.String,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