com.devexperts.qd
Class QDLog

java.lang.Object
  extended by com.devexperts.qd.QDLog
Direct Known Subclasses:
com.devexperts.qd.impl.QDLogImpl

public class QDLog
extends java.lang.Object


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

log

public static com.devexperts.logging.Logging log
Default logging instance for all QD-related information, warning, and error messages. It should be generally used by all classes from com.devexperts.qd package. However, some QD classes might use specific Logging instances whenever appropriate.

Constructor Detail

QDLog

protected QDLog()
Method Detail

getInstance

public static QDLog getInstance()
Deprecated. Use log and Logging


setInstance

public static void setInstance(QDLog instance)
Deprecated. Use log and Logging


debug

public void debug(java.lang.Object msg)
Deprecated. Use log and Logging


info

public void info(java.lang.Object msg)
Deprecated. Use log and Logging


error

public void error(java.lang.Object msg,
                  java.lang.Throwable t)
Deprecated. Use log and Logging


error

public void error(java.lang.Object msg)
Deprecated. Use log and Logging