|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glassfish.hk2.utilities.reflection.Logger
public class Logger
A logger for HK2. Currently implemented over the JDK logger
Method Summary | |
---|---|
void |
debug(String debuggingMessage)
Sends this message to the Debug channel (FINER level in JDK parlance) |
void |
debug(String className,
String methodName,
Throwable th)
Sends this message to the Debug channel (FINER level in JDK parlance) |
static Logger |
getLogger()
Gets the singleton instance of the Logger |
static void |
printThrowable(Throwable th)
Prints a throwable to stdout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Logger getLogger()
public void debug(String debuggingMessage)
debuggingMessage
- The non-null message to log to the debug loggerpublic static void printThrowable(Throwable th)
th
- The throwable to printpublic void debug(String className, String methodName, Throwable th)
className
- The name of the class where this was thrownmethodName
- The name of the method where this was thrownth
- The exception to log
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |