MetalamaAPI documentationFlashtrace APIFlashtraceFlashtrace­SourceDefault
Open sandboxFocus

FlashtraceSource.Default Property

Default

Gets a FlashtraceLevelSource that can be used to write messages and open activities with the default severity of the current FlashtraceSource. The default severity is System.Diagnostics.Debug, unless it has been overwritten by the WithLevels(FlashtraceLevel, FlashtraceLevel) method.

Declaration
public FlashtraceLevelSource Default { get; }
Property Value
Type Description
FlashtraceLevelSource
Remarks

This property is properly optimized. Subsequent calls will return the same instance.