SPDiagnosticsConditions members
Represents the collection of conditions under which the Unified Logging Service (ULS) verbosity level should be boosted for the duration of the request.
The SPDiagnosticsConditions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDiagnosticsConditions() | Initializes a new instance of the SPDiagnosticsConditions class. | |
SPDiagnosticsConditions(Boolean) | Initializes a new instance of the SPDiagnosticsConditions class based on enabled matching conditions. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of active user-defined conditions enabled. | |
Item | Gets user-defined conditions. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
AddCondition | Adds a user-defined diagnostics condition. | |
Disable | Prevents requests from matching the conditions specified in this object. | |
Enable | Allows requests to match the conditions specified in this object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
RemoveCondition | Removes an active user-defined condition. | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top