LogConfigurationSetVariables Method

批次設定環境變數

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Log.LogHelper (in eBizprise.Framework.Log.LogHelper.dll) Version: 25.0.5.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public LogConfiguration SetVariables(
	Dictionary<string, string> variables
)

Parameters

variables  DictionaryString, String
變數字典

Return Value

LogConfiguration
配置物件(支援鏈式呼叫)

See Also