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.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class ErrorLoggingLevel
C#
public sealed class ErrorLoggingLevel
C++
ref class ErrorLoggingLevel sealed 
J#
public final class ErrorLoggingLevel
JScript
public final class ErrorLoggingLevel

Inheritance Hierarchy

System.Object
   FileNet.Api.Exception.ErrorLoggingLevel

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also