Edit

Share via


IManagementGrain.SetAppLogLevel(SiloAddress[], Int32) Method

Definition

Set the current log level for application grains.

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

Parameters

hostsIds
SiloAddress[]

List of silos this command is to be sent to.

traceLevel
Int32

New log level to use.

Returns

Completion promise for this operation.

Applies to