Edit

Share via


IManagementGrain.SetLogLevel(SiloAddress[], String, Int32) Method

Definition

Set the current log level for a particular Logger, by name (with prefix matching).

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

Parameters

hostsIds
SiloAddress[]

List of silos this command is to be sent to.

logName
String

Name of the Logger (with prefix matching) to change.

traceLevel
Int32

New log level to use.

Returns

Completion promise for this operation.

Applies to