Aqueduct.Diagnostics.AppLogger.AddGlobalCustomParameter C# (CSharp) Method

AddGlobalCustomParameter() public static method

public static AddGlobalCustomParameter ( string name, string value ) : void
name string
value string
return void
		public static void AddGlobalCustomParameter(string name, string value )
		{
			GlobalContext.Properties[name] = value;
		}