RGFLoggerNewLogCategory(String, String, String, IEnumerableKeyValuePairString, Object, String, LogLevel, Object) Method

[Missing <summary> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.NewLogCategory(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[])"]

Definition

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

Parameters

typeName  String

[Missing <param name="typeName"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.NewLogCategory(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

[Missing <param name="srcName"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.NewLogCategory(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.NewLogCategory(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.NewLogCategory(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.NewLogCategory(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.NewLogCategory(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.NewLogCategory(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[])"]

Return Value

IRGFLogger

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.NewLogCategory(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[])"]

Implements

IRGFLoggerNewLogCategory(String, String, String, IEnumerableKeyValuePairString, Object, String, LogLevel, Object)

See Also