Searched refs:formatAndWrite (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DDebug.java380 formatAndWrite(null, msg, t);
406 formatAndWrite("WARNING: ", msg, null);
444 formatAndWrite("WARNING: ", msg, t);
459 formatAndWrite("ERROR: ", msg, null);
487 formatAndWrite("ERROR: ", msg, t);
491 private void formatAndWrite(String prefix, String msg, Throwable t) { method in class:Debug
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DDebug.java381 formatAndWrite(null, msg, t);
407 formatAndWrite("WARNING: ", msg, null);
445 formatAndWrite("WARNING: ", msg, t);
460 formatAndWrite("ERROR: ", msg, null);
488 formatAndWrite("ERROR: ", msg, t);
492 private void formatAndWrite(String prefix, String msg, Throwable t) { method in class:Debug
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/stats/
H A DStats.java332 formatAndWrite(null, msg);
336 private void formatAndWrite(String prefix, String msg) { method in class:Stats
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/stats/
H A DStats.java335 formatAndWrite(null, msg);
339 private void formatAndWrite(String prefix, String msg) { method in class:Stats

Completed in 62 milliseconds