ClientConfiguration.TraceLevelOverrides Property
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.
The TraceLevelOverride element provides a mechanism to allow the tracing level to be set differently for different parts of the Orleans system. The tracing level for a logger is set based on a prefix match on the logger's name. TraceLevelOverrides are applied in length order; that is, the override with the longest matching LogPrefix takes precedence and specifies the tracing level for all matching loggers.
public System.Collections.Generic.IList<Tuple<string,Orleans.Runtime.Severity>> TraceLevelOverrides { get; }
member this.TraceLevelOverrides : System.Collections.Generic.IList<string * Orleans.Runtime.Severity>
Public ReadOnly Property TraceLevelOverrides As IList(Of Tuple(Of String, Severity))