TeamFoundationTrace.IsTracing Method
Include Protected Members
Include Inherited Members
Checks whether tracing is enabled for the specified category.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IsTracing(TraceType) | Checks whether tracing is enabled at any level for the specified category. | |
IsTracing(TraceType, TraceLevel) | Checks whether tracing is enabled at the specified level for the specified category. |
Top