|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.devexperts.qd.QDLog
public class QDLog
Field Summary | |
---|---|
static com.devexperts.logging.Logging |
log
Default logging instance for all QD-related information, warning, and error messages. |
Constructor Summary | |
---|---|
protected |
QDLog()
|
Method Summary | |
---|---|
void |
debug(java.lang.Object msg)
Deprecated. Use log and Logging |
void |
error(java.lang.Object msg)
Deprecated. Use log and Logging |
void |
error(java.lang.Object msg,
java.lang.Throwable t)
Deprecated. Use log and Logging |
static QDLog |
getInstance()
Deprecated. Use log and Logging |
void |
info(java.lang.Object msg)
Deprecated. Use log and Logging |
static void |
setInstance(QDLog instance)
Deprecated. Use log and Logging |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static com.devexperts.logging.Logging log
com.devexperts.qd
package.
However, some QD classes might use specific Logging
instances whenever appropriate.
Constructor Detail |
---|
protected QDLog()
Method Detail |
---|
public static QDLog getInstance()
log
and Logging
public static void setInstance(QDLog instance)
log
and Logging
public void debug(java.lang.Object msg)
log
and Logging
public void info(java.lang.Object msg)
log
and Logging
public void error(java.lang.Object msg, java.lang.Throwable t)
log
and Logging
public void error(java.lang.Object msg)
log
and Logging
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |