|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.guice.bean.reflect.Logs
public final class Logs
Utility methods for dealing with internal debug and warning messages.
| Method Summary | |
|---|---|
static void |
debug(java.lang.Class<?> clazz,
java.lang.String format,
java.lang.Object arg1,
java.lang.Object arg2)
Formats and logs the given debug message under the given context class |
static void |
warn(java.lang.Class<?> clazz,
java.lang.String message,
java.lang.Throwable cause)
Logs the given warning message and cause under the given context class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void debug(java.lang.Class<?> clazz,
java.lang.String format,
java.lang.Object arg1,
java.lang.Object arg2)
clazz - The context classformat - The debug message formatarg1 - First object to formatarg2 - Second object to format
public static void warn(java.lang.Class<?> clazz,
java.lang.String message,
java.lang.Throwable cause)
clazz - The context classmessage - The warning messagecause - The cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||