|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.bea.wcp.diameter.util.Debug
public final class Debug
Utility methods for debug logging to stdout.
Constructor Summary | |
---|---|
Debug() |
Method Summary | |
---|---|
static void |
debug(String msg) |
static void |
debug(String msg, Throwable t) |
static void |
debug(String msg, Throwable t, StackTraceElement caller) |
static StackTraceElement |
getCaller() |
static String |
getHost() |
static boolean |
isDebug() |
static void |
setDebug(boolean enabled) |
static void |
setHost(String host) Sets the host name for the current thread to use when printing log messages. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Debug()
Method Detail |
---|
public static void setHost(String host)
public static String getHost()
public static void setDebug(boolean enabled)
public static boolean isDebug()
public static void debug(String msg, Throwable t)
public static void debug(String msg)
public static void debug(String msg, Throwable t, StackTraceElement caller)
public static StackTraceElement getCaller()
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.