TraceSeverity enumeration
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)
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 |