LogConfigurationSetVariables Method

批次設定環境變數

Definition

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

Parameters

variables  DictionaryString, String
變數字典

Return Value

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

See Also