public final class ErrorLoggingLevel
extends java.lang.Object
ExceptionCode.getErrorLoggingLevel
Modifier and Type | Field and Description |
---|---|
static ErrorLoggingLevel |
Optional
Specifies that logging on the Content Engine server is not required for the exception.
|
static ErrorLoggingLevel |
Required
Specifies that the exception is to be logged on the Content Engine server.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a String representation of the logging level assigned to the exception.
|
public static final ErrorLoggingLevel Required
public static final ErrorLoggingLevel Optional
© Copyright IBM Corporation 2006, 2015. All rights reserved.