IComponentErrorInfo.Level Property

Definition

Returns a TraceLevel enumeration value indicating what messages to output for the Debug, Trace and TraceSwitch classes.

public:
 property System::Diagnostics::TraceLevel Level { System::Diagnostics::TraceLevel get(); };
public System.Diagnostics.TraceLevel Level { get; }
member this.Level : System.Diagnostics.TraceLevel
Public ReadOnly Property Level As TraceLevel

Property Value

A TraceLevel enumeration value indicating what messages to output for the Debug, Trace and TraceSwitch classes.

Remarks

The TraceLevel enumeration indicates what messages to output for the Debug, Trace and TraceSwitch classes. For more information on TraceLevel, see TraceLevel Enumeration in the .NET Framework Class Library.

Applies to