public class QDLog extends Object
Modifier and Type | Field and Description |
---|---|
static com.devexperts.logging.Logging |
log
Default logging instance for all QD-related information, warning, and error messages.
|
Modifier | Constructor and Description |
---|---|
protected |
QDLog() |
Modifier and Type | Method and Description |
---|---|
void |
debug(Object msg)
Deprecated.
Use
log and Logging |
void |
error(Object msg)
Deprecated.
Use
log and Logging |
void |
error(Object msg,
Throwable t)
Deprecated.
Use
log and Logging |
static QDLog |
getInstance()
Deprecated.
Use
log and Logging |
void |
info(Object msg)
Deprecated.
Use
log and Logging |
static void |
setInstance(QDLog instance)
Deprecated.
Use
log and Logging |
public static com.devexperts.logging.Logging log
com.devexperts.qd
package.
However, some QD classes might use specific Logging
instances whenever appropriate.Copyright © 2002-2018 Devexperts LLC. All Rights Reserved.