| Package | Description |
|---|---|
| com.unboundid.scim.sdk |
| Modifier and Type | Method and Description |
|---|---|
static DebugType |
DebugType.forName(String name)
Retrieves the debug type with the specified name.
|
static DebugType |
DebugType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebugType[] |
DebugType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<DebugType> |
Debug.getDebugTypes()
Retrieves the set of debug types that will be used if debugging is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Debug.debug(Level l,
DebugType t,
String m)
Writes a generic debug message, if appropriate.
|
static void |
Debug.debug(Level l,
DebugType t,
String m,
Throwable e)
Writes a generic debug message, if appropriate.
|
static boolean |
Debug.debugEnabled(DebugType debugType)
Indicates whether debugging is enabled for messages of the specified debug
type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Debug.setEnabled(boolean enabled,
Set<DebugType> types)
Specifies whether debugging should be enabled.
|
Copyright © 2011–2016 UnboundID. All rights reserved.