Edit

Share via


IManagementGrain.SetSystemLogLevel(SiloAddress[], Int32) Method

Definition

Set the current log level for system runtime components.

public System.Threading.Tasks.Task SetSystemLogLevel (Orleans.Runtime.SiloAddress[] hostsIds, int traceLevel);
abstract member SetSystemLogLevel : Orleans.Runtime.SiloAddress[] * int -> System.Threading.Tasks.Task
Public Function SetSystemLogLevel (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