Searched defs:strDebugLevel (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/impl/
H A DDebugImpl.java147 * @param strDebugLevel Debug level.
149 public void setDebug(String strDebugLevel) { argument
152 setDebug(DebugLevel.fromName(strDebugLevel));
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/impl/
H A DDebugImpl.java138 * @param strDebugLevel Debug level.
140 public void setDebug(String strDebugLevel) { argument
143 setDebug(DebugLevel.fromName(strDebugLevel));

Completed in 22 milliseconds