ITraceConfiguration.DefaultTraceLevel 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 DefaultTraceLevel attribute specifies the default tracing level for all Orleans loggers, unless overridden by a specific TraceLevelOverride element. The default level is Info if this attribute does not appear.
public Orleans.Runtime.Severity DefaultTraceLevel { get; set; }
member this.DefaultTraceLevel : Orleans.Runtime.Severity with get, set
Public Property DefaultTraceLevel As Severity