|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.azuki.framework.context.Log
public final class Log
Nested Class Summary | |
---|---|
static class |
Log.AzukiLogHandler
|
Constructor Summary | |
---|---|
Log()
|
Method Summary | |
---|---|
static void |
config(String msg)
Log a CONFIG message. |
static void |
fine(String msg)
Log a FINE message. |
static void |
finer(String msg)
Log a FINER message. |
static void |
finest(String msg)
Log a FINEST message. |
static Logger |
getLogger()
|
static String |
getStack(Throwable t)
|
static void |
info(String msg)
Log an INFO message. |
static void |
severe(String msg)
Log a SEVERE message. |
static void |
severe(Throwable thr)
Log a SEVERE message. |
static void |
warning(String msg)
Log a WARNING message. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Log()
Method Detail |
---|
public static final Logger getLogger()
public static final void severe(String msg)
If the logger is currently enabled for the SEVERE message level then the given message is forwarded to all the registered output Handler objects.
msg
- The string message (or a key in the message catalog)public static final void severe(Throwable thr)
If the logger is currently enabled for the SEVERE message level then the given message is forwarded to all the registered output Handler objects.
thr
- The thrown exceptionpublic static final void warning(String msg)
If the logger is currently enabled for the WARNING message level then the given message is forwarded to all the registered output Handler objects.
msg
- The string message (or a key in the message catalog)public static final void info(String msg)
If the logger is currently enabled for the INFO message level then the given message is forwarded to all the registered output Handler objects.
msg
- The string message (or a key in the message catalog)public static final void config(String msg)
If the logger is currently enabled for the CONFIG message level then the given message is forwarded to all the registered output Handler objects.
msg
- The string message (or a key in the message catalog)public static final void fine(String msg)
If the logger is currently enabled for the FINE message level then the given message is forwarded to all the registered output Handler objects.
msg
- The string message (or a key in the message catalog)public static final void finer(String msg)
If the logger is currently enabled for the FINER message level then the given message is forwarded to all the registered output Handler objects.
msg
- The string message (or a key in the message catalog)public static final void finest(String msg)
If the logger is currently enabled for the FINEST message level then the given message is forwarded to all the registered output Handler objects.
msg
- The string message (or a key in the message catalog)public static final String getStack(Throwable t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |