TraceMode Enumeration
.NET Framework 3.0
Specifies in what order trace messages are emitted into the HTML output of a page.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| Default | Specifies the default value of the TraceMode enumeration, which is SortByTime. | |
| SortByCategory | Emit trace messages alphabetically by category. | |
| SortByTime | Emit trace messages in the order they were processed. |
Community Additions
ADD
Show: