Determines whether an exception is to be logged. The exception is logged on the Content Engine server.

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

ToggleSyntax

Visual Basic (Declaration)
Public NotInheritable Class ErrorLoggingLevel
C#
public sealed class ErrorLoggingLevel
Visual C++
public ref class ErrorLoggingLevel sealed
JavaScript
FileNet.Api.Exception.ErrorLoggingLevel = function();

Type.createClass(
	'FileNet.Api.Exception.ErrorLoggingLevel');

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Exception..::.ErrorLoggingLevel

ToggleSee Also