IManagementGrain.SetAppLogLevel(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 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.