|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.xenqtt.JavaLoggingDelegate
public class JavaLoggingDelegate
A LoggingDelegate
that logs messages and related data to a log file called xenqtt.log
that is created and rolled in the directory where the
xenqtt.jar
file is being executed. The logging is done via the Java Util Logging API.
Constructor Summary | |
---|---|
JavaLoggingDelegate()
|
Method Summary | |
---|---|
void |
debug(String message)
Log an event at the debug level. |
void |
debug(Throwable t,
String message)
Log an event at the debug level. |
void |
error(String message)
Log an event at the error level. |
void |
error(Throwable t,
String message)
Log an event at the error level. |
void |
fatal(String message)
Log an event at the fatal level. |
void |
fatal(Throwable t,
String message)
Log an event at the fatal level. |
void |
info(String message)
Log an event at the info level. |
void |
info(Throwable t,
String message)
Log an event at the info level. |
void |
trace(String message)
Log an event at the trace level. |
void |
trace(Throwable t,
String message)
Log an event at the trace level. |
void |
warn(String message)
Log an event at the warn level. |
void |
warn(Throwable t,
String message)
Log an event at the warn level. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaLoggingDelegate()
Method Detail |
---|
public void trace(String message)
message
- The message to lognet.sf.xenqtt.Log.LoggingDelegate#trace(java.lang.String)
public void trace(Throwable t, String message)
t
- A Throwable
to associate with the eventmessage
- The message to lognet.sf.xenqtt.Log.LoggingDelegate#trace(java.lang.Throwable, java.lang.String)
public void debug(String message)
message
- The message to lognet.sf.xenqtt.Log.LoggingDelegate#debug(java.lang.String)
public void debug(Throwable t, String message)
t
- A Throwable
to associate with the eventmessage
- The message to lognet.sf.xenqtt.Log.LoggingDelegate#debug(java.lang.Throwable, java.lang.String)
public void info(String message)
message
- The message to lognet.sf.xenqtt.Log.LoggingDelegate#info(java.lang.String)
public void info(Throwable t, String message)
t
- A Throwable
to associate with the eventmessage
- The message to lognet.sf.xenqtt.Log.LoggingDelegate#info(java.lang.Throwable, java.lang.String)
public void warn(String message)
message
- The message to lognet.sf.xenqtt.Log.LoggingDelegate#warn(java.lang.String)
public void warn(Throwable t, String message)
t
- A Throwable
to associate with the eventmessage
- The message to lognet.sf.xenqtt.Log.LoggingDelegate#warn(java.lang.Throwable, java.lang.String)
public void error(String message)
message
- The message to lognet.sf.xenqtt.Log.LoggingDelegate#error(java.lang.String)
public void error(Throwable t, String message)
t
- A Throwable
to associate with the eventmessage
- The message to lognet.sf.xenqtt.Log.LoggingDelegate#error(java.lang.Throwable, java.lang.String)
public void fatal(String message)
message
- The message to lognet.sf.xenqtt.Log.LoggingDelegate#fatal(java.lang.String)
public void fatal(Throwable t, String message)
t
- A Throwable
to associate with the eventmessage
- The message to lognet.sf.xenqtt.Log.LoggingDelegate#fatal(java.lang.Throwable, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |