Determines whether an exception is to be logged. The exception is logged on the Content Engine server. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.


The following tables list the members exposed by ErrorLoggingLevel.

Public Fields

  Name Description
Public field Static Optional Specifies that logging on the Content Engine server is not required for the exception. This field is read-only.
Public field Static Required Specifies that the exception is to be logged on the Content Engine server. This field is read-only.
Top

Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method ToString Overridden. Returns a String representation of the logging level assigned to the exception.
Top

See Also