IManagementGrain.SetSystemLogLevel(SiloAddress[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.