PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLog­SourceNone
Open sandboxFocus

LogSource.None Property

None

Exposes methods that allow to open activities with the None severity. Such activities are never displayed, but they can define properties that can be inherited to children activities and messages.

Declaration
public LogLevelSource None { get; }
Property Value
Type Description
LogLevelSource
Remarks

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