TraceDisplayMode Enumeration
.NET Framework (current version)
Specifies the order in which trace messages are displayed.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| SortByCategory | Emit trace messages alphabetically by category. | |
| SortByTime | Emit trace messages in the order they were processed. |
The following code example shows how to use the TraceMode property. This code example is part of a larger example provided for the TraceSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: