RGFLoggerLogWarning(String, Object) Method

[Missing <summary> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.LogWarning(System.String,System.Object[])"]

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.0.0.24.0403.1
C#
public void LogWarning(
	string message,
	params Object[] args
)

Parameters

message  String

[Missing <param name="message"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.LogWarning(System.String,System.Object[])"]

args  Object

[Missing <param name="args"/> documentation for "M:Recrovit.RecroGridFramework.RGFLogger.LogWarning(System.String,System.Object[])"]

Implements

IRGFLoggerLogWarning(String, Object)

See Also