共用方式為


IManagementGrain.SetLogLevel(SiloAddress[], String, Int32) 方法

定義

依名稱設定特定記錄器的目前記錄層級, (前置詞比對) 。

public System.Threading.Tasks.Task SetLogLevel (Orleans.Runtime.SiloAddress[] hostsIds, string logName, int traceLevel);
abstract member SetLogLevel : Orleans.Runtime.SiloAddress[] * string * int -> System.Threading.Tasks.Task
Public Function SetLogLevel (hostsIds As SiloAddress(), logName As String, traceLevel As Integer) As Task

參數

hostsIds
SiloAddress[]

此命令要傳送到的定址接收器清單。

logName
String

記錄器 (的名稱,其中具有要變更的前置詞比對) 。

traceLevel
Int32

要使用的新記錄層級。

傳回

此作業的完成承諾。

適用於