IManagementGrain.SetLogLevel(SiloAddress[], String, 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 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.