MetalamaAPI documentationFlashtrace APIFlashtraceFlashtrace­SourceFailure
Open sandboxFocus

FlashtraceSource.Failure Property

Failure

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

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

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