Searched defs:errorEnabled (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/
H A DIDebug.java204 public boolean errorEnabled(); method in interface:IDebug
H A DDebug.java364 * is turned off. It is recommended that <code>errorEnabled()</code> be
373 public boolean errorEnabled() { method in class:Debug
374 return getDebugServiceInstance().errorEnabled();
643 * to guard the call with a check to {@link #errorEnabled()}, as that check is done
656 if (debug.errorEnabled()) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/
H A DIDebug.java204 public boolean errorEnabled(); method in interface:IDebug
H A DDebug.java364 * is turned off. It is recommended that <code>errorEnabled()</code> be
373 public boolean errorEnabled() { method in class:Debug
374 return getDebugServiceInstance().errorEnabled();
643 * to guard the call with a check to {@link #errorEnabled()}, as that check is done
656 if (debug.errorEnabled()) {
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/impl/
H A DDebugImpl.java207 public boolean errorEnabled() { method in class:DebugImpl
242 if (errorEnabled()) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/impl/
H A DDebugImpl.java198 public boolean errorEnabled() { method in class:DebugImpl
233 if (errorEnabled()) {

Completed in 219 milliseconds