Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the level of trace information that is written to the trace log file.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration TraceSeverity
'Usage
Dim instance As TraceSeverity
public enum TraceSeverity
Members
Member name | Description | |
---|---|---|
None | Writes no trace information to the trace log file. | |
Unexpected | Represents an unexpected code path and actions that should be monitored. | |
Monitorable | Represents an unusual code path and actions that should be monitored. | |
High | Writes high-level detail to the trace log file. | |
Medium | Writes medium-level detail to the trace log file. | |
Verbose | Writes low-level detail to the trace log file. | |
VerboseEx |