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

要使用的新日志级别。

返回

此操作的完成承诺。

适用于