ITraceLog.TraceWarning Property

Definition

Gets a Boolean value that indicates whether warning messages are written to the trace log.

public:
 property bool TraceWarning { bool get(); };
public bool TraceWarning { get; }
member this.TraceWarning : bool
Public ReadOnly Property TraceWarning As Boolean

Property Value

true if warning messages are written to the trace log; otherwise, false.

Examples

See the example in ITraceableComponent.

Applies to