Edit

Share via


ClientConfiguration.TraceLevelOverrides Property

Definition

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))

Property Value

Applies to