Package | Description |
---|---|
com.sun.identity.shared.debug |
Defines debug logging classes.
|
com.sun.identity.shared.debug.impl | |
org.forgerock.openam.core.rest.record |
Modifier and Type | Method and Description |
---|---|
static DebugLevel |
DebugLevel.fromLevel(int strLevel)
Get Debug level from its name
|
static DebugLevel |
DebugLevel.fromName(String strName)
Get Debug level from its name
|
static DebugLevel |
DebugLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebugLevel[] |
DebugLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
DebugLevel.compareLevel(DebugLevel o)
Compares the debug level with the specified debug for order.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugImpl.setDebug(DebugLevel debugLevel)
Sets debug level.
|
Modifier and Type | Method and Description |
---|---|
DebugLevel |
RecordProperties.getDebugLevel()
Get debug level
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.